Color Hex Logo

#306fbc Color Hex

#306FBC
(48,111,188)
0 Favorites   0 Comments

Color spaces of #306fbc

RGB 48111188
HSL0.590.590.46
HSV213°74°74°
CMYK 0.740.410.00   0.26
XYZ15.980515.628149.7512
Yxy15.62810.19640.1921
Hunter Lab39.53242.9748-46.9433
CIE-Lab46.48276.6428-46.3150

#306fbc color RGB value is (48,111,188).

#306fbc hex color red value is 48, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #306fbc hue: 0.59 , saturation: 0.59 and the lightness value of 306fbc is 0.46.

The process color (four color CMYK) of #306fbc color hex is 0.74, 0.41, 0.00, 0.26. Web safe color of #306fbc is #3366cc. Color #306fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101111 10111100
Octal 60 157 274
Decimal 48 111 188
Hex 30 6F BC

RGB Percentages of Color #306fbc

%13.83
%31.99
%54.18

CMYK Percentages of Color #306fbc

%74
%41
%0
%26

Triadic Colors of #306fbc

#306fbc #bc306f #6fbc30

Analogous Colors of #306fbc

#306fbc #3730bc #30b5bc

Monochromatic Colors of #306fbc

#306fbc

Complementary Color

#306fbc #bc7d30

#306fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#306fbc Color CSS Codes

.mybgcolor {background-color:#306fbc; } 
.myforecolor {color:#306fbc; }
.mybordercolor {border:3px solid #306fbc; }

#306fbc Text Font Color

<p style="color:#306fbc">Text here</p>

This sample text font color is #306fbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#306fbc Background Color

<div style="background-color:#306fbc">
Div content here</div>

This div background color is #306fbc


#306fbc Border Color

<div style="border:3px solid #306fbc">
Div here</div>

This div border color is #306fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,111,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #306fbc;
  box-shadow:         1px 1px 3px 2px #306fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,111,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #306fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #306fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #306fbc;
  box-shadow:         1px 1px 3px 2px #306fbc;">
Div content here</div>

This div box has shadow with color #306fbc


Comments

No comments written yet.

Please login to write comment.