Color Hex Logo

#306cac Color Hex

#306CAC
(48,108,172)
0 Favorites   0 Comments

Color spaces of #306cac

RGB 48108172
HSL0.590.560.43
HSV211°72°67°
CMYK 0.720.370.00   0.33
XYZ14.027914.332141.0567
Yxy14.33210.20210.2065
Hunter Lab37.8578-0.1093-37.7995
CIE-Lab44.70552.5721-39.8254

#306cac color RGB value is (48,108,172).

#306cac hex color red value is 48, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #306cac hue: 0.59 , saturation: 0.56 and the lightness value of 306cac is 0.43.

The process color (four color CMYK) of #306cac color hex is 0.72, 0.37, 0.00, 0.33. Web safe color of #306cac is #336699. Color #306cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101100 10101100
Octal 60 154 254
Decimal 48 108 172
Hex 30 6C AC

RGB Percentages of Color #306cac

%14.63
%32.93
%52.44

CMYK Percentages of Color #306cac

%72
%37
%0
%33

Triadic Colors of #306cac

#306cac #ac306c #6cac30

Analogous Colors of #306cac

#306cac #3230ac #30aaac

Monochromatic Colors of #306cac

#306cac

Complementary Color

#306cac #ac7030

#306cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#306cac Color CSS Codes

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

#306cac Text Font Color

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

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


#306cac Background Color

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

This div background color is #306cac


#306cac Border Color

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

This div border color is #306cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306cac


Comments

No comments written yet.

Please login to write comment.