Color Hex Logo

#036cab Color Hex

#036CAB
(3,108,171)
0 Favorites   0 Comments

Color spaces of #036cab

RGB 3108171
HSL0.560.970.34
HSV203°98°67°
CMYK 0.980.370.00   0.33
XYZ12.750813.684840.4975
Yxy13.68480.19050.2045
Hunter Lab36.9930-3.2120-39.0118
CIE-Lab43.7775-1.7029-40.7665

#036cab color RGB value is (3,108,171).

#036cab hex color red value is 3, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #036cab hue: 0.56 , saturation: 0.97 and the lightness value of 036cab is 0.34.

The process color (four color CMYK) of #036cab color hex is 0.98, 0.37, 0.00, 0.33. Web safe color of #036cab is #006699. Color #036cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101100 10101011
Octal 3 154 253
Decimal 3 108 171
Hex 3 6C AB

RGB Percentages of Color #036cab

%1.06
%38.30
%60.64

CMYK Percentages of Color #036cab

%98
%37
%0
%33

Triadic Colors of #036cab

#036cab #ab036c #6cab03

Analogous Colors of #036cab

#036cab #0318ab #03ab96

Monochromatic Colors of #036cab

#036cab

Complementary Color

#036cab #ab4203

#036cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#036cab Color CSS Codes

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

#036cab Text Font Color

<p style="color:#036cab">Text here</p>

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


#036cab Background Color

<div style="background-color:#036cab">
Div content here</div>

This div background color is #036cab


#036cab Border Color

<div style="border:3px solid #036cab">
Div here</div>

This div border color is #036cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,108,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #036cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #036cab;
  -webkit-box-shadow: 1px 1px 3px 2px #036cab;
  box-shadow:         1px 1px 3px 2px #036cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036cab


Comments

No comments written yet.

Please login to write comment.