Color Hex Logo

#396caf Color Hex

#396CAF
(57,108,175)
0 Favorites   0 Comments

Color spaces of #396caf

RGB 57108175
HSL0.590.510.45
HSV214°67°69°
CMYK 0.670.380.00   0.31
XYZ14.787814.690142.6135
Yxy14.69010.20510.2038
Hunter Lab38.32771.7965-39.0905
CIE-Lab45.20685.0989-40.7648

#396caf color RGB value is (57,108,175).

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

The process color (four color CMYK) of #396caf color hex is 0.67, 0.38, 0.00, 0.31. Web safe color of #396caf is #336699. Color #396caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101100 10101111
Octal 71 154 257
Decimal 57 108 175
Hex 39 6C AF

RGB Percentages of Color #396caf

%16.76
%31.76
%51.47

CMYK Percentages of Color #396caf

%67
%38
%0
%31

Triadic Colors of #396caf

#396caf #af396c #6caf39

Analogous Colors of #396caf

#396caf #4139af #39a7af

Monochromatic Colors of #396caf

#396caf

Complementary Color

#396caf #af7c39

#396caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#396caf Color CSS Codes

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

#396caf Text Font Color

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

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


#396caf Background Color

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

This div background color is #396caf


#396caf Border Color

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

This div border color is #396caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396caf


Comments

No comments written yet.

Please login to write comment.