Color Hex Logo

#306fbd Color Hex

#306FBD
(48,111,189)
0 Favorites   0 Comments

Color spaces of #306fbd

RGB 48111189
HSL0.590.590.46
HSV213°75°74°
CMYK 0.750.410.00   0.26
XYZ16.088715.671450.3210
Yxy15.67140.19600.1909
Hunter Lab39.58713.2672-47.6553
CIE-Lab46.54047.0158-46.8015

#306fbd color RGB value is (48,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101111 10111101
Octal 60 157 275
Decimal 48 111 189
Hex 30 6F BD

RGB Percentages of Color #306fbd

%13.79
%31.90
%54.31

CMYK Percentages of Color #306fbd

%75
%41
%0
%26

Triadic Colors of #306fbd

#306fbd #bd306f #6fbd30

Analogous Colors of #306fbd

#306fbd #3730bd #30b6bd

Monochromatic Colors of #306fbd

#306fbd

Complementary Color

#306fbd #bd7e30

#306fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#306fbd Color CSS Codes

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

#306fbd Text Font Color

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

This sample text font color is #306fbd
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.


#306fbd Background Color

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

This div background color is #306fbd


#306fbd Border Color

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

This div border color is #306fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306fbd


Comments

No comments written yet.

Please login to write comment.