Color Hex Logo

#396cab Color Hex

#396CAB
(57,108,171)
0 Favorites   0 Comments

Color spaces of #396cab

RGB 57108171
HSL0.590.500.45
HSV213°67°67°
CMYK 0.670.370.00   0.33
XYZ14.400614.535340.5747
Yxy14.53530.20720.2091
Hunter Lab38.12520.7037-36.4117
CIE-Lab44.99103.6609-38.7655

#396cab color RGB value is (57,108,171).

#396cab hex color red value is 57, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #396cab hue: 0.59 , saturation: 0.50 and the lightness value of 396cab is 0.45.

The process color (four color CMYK) of #396cab color hex is 0.67, 0.37, 0.00, 0.33. Web safe color of #396cab is #336699. Color #396cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101100 10101011
Octal 71 154 253
Decimal 57 108 171
Hex 39 6C AB

RGB Percentages of Color #396cab

%16.96
%32.14
%50.89

CMYK Percentages of Color #396cab

%67
%37
%0
%33

Triadic Colors of #396cab

#396cab #ab396c #6cab39

Analogous Colors of #396cab

#396cab #3f39ab #39a5ab

Monochromatic Colors of #396cab

#396cab

Complementary Color

#396cab #ab7839

#396cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#396cab Color CSS Codes

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

#396cab Text Font Color

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

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


#396cab Background Color

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

This div background color is #396cab


#396cab Border Color

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

This div border color is #396cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,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 #396cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396cab


Comments

No comments written yet.

Please login to write comment.