Color Hex Logo

#396f97 Color Hex

#396F97
(57,111,151)
0 Favorites   0 Comments

Color spaces of #396f97

RGB 57111151
HSL0.570.450.41
HSV206°62°59°
CMYK 0.620.260.00   0.41
XYZ12.957714.473131.3888
Yxy14.47310.22030.2461
Hunter Lab38.0435-5.7787-22.2883
CIE-Lab44.9039-5.1813-27.1131

#396f97 color RGB value is (57,111,151).

#396f97 hex color red value is 57, green value is 111 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #396f97 hue: 0.57 , saturation: 0.45 and the lightness value of 396f97 is 0.41.

The process color (four color CMYK) of #396f97 color hex is 0.62, 0.26, 0.00, 0.41. Web safe color of #396f97 is #336699. Color #396f97 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 10010111
Octal 71 157 227
Decimal 57 111 151
Hex 39 6F 97

RGB Percentages of Color #396f97

%17.87
%34.80
%47.34

CMYK Percentages of Color #396f97

%62
%26
%0
%41

Triadic Colors of #396f97

#396f97 #97396f #6f9739

Analogous Colors of #396f97

#396f97 #394097 #399790

Monochromatic Colors of #396f97

#396f97

Complementary Color

#396f97 #976139

#396f97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396f97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396f97 Color CSS Codes

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

#396f97 Text Font Color

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

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


#396f97 Background Color

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

This div background color is #396f97


#396f97 Border Color

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

This div border color is #396f97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396f97


Comments

No comments written yet.

Please login to write comment.