Color Hex Logo

#306fcd Color Hex

#306FCD
(48,111,205)
0 Favorites   0 Comments

Color spaces of #306fcd

RGB 48111205
HSL0.600.620.50
HSV216°77°80°
CMYK 0.770.460.00   0.20
XYZ17.922816.405059.9795
Yxy16.40500.19000.1740
Hunter Lab40.50318.1067-59.4482
CIE-Lab47.501413.0078-54.4646

#306fcd color RGB value is (48,111,205).

#306fcd hex color red value is 48, green value is 111 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #306fcd hue: 0.60 , saturation: 0.62 and the lightness value of 306fcd is 0.50.

The process color (four color CMYK) of #306fcd color hex is 0.77, 0.46, 0.00, 0.20. Web safe color of #306fcd is #3366cc. Color #306fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101111 11001101
Octal 60 157 315
Decimal 48 111 205
Hex 30 6F CD

RGB Percentages of Color #306fcd

%13.19
%30.49
%56.32

CMYK Percentages of Color #306fcd

%77
%46
%0
%20

Triadic Colors of #306fcd

#306fcd #cd306f #6fcd30

Analogous Colors of #306fcd

#306fcd #4030cd #30becd

Monochromatic Colors of #306fcd

#306fcd

Complementary Color

#306fcd #cd8e30

#306fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#306fcd Color CSS Codes

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

#306fcd Text Font Color

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

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


#306fcd Background Color

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

This div background color is #306fcd


#306fcd Border Color

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

This div border color is #306fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306fcd


Comments

No comments written yet.

Please login to write comment.