Color Hex Logo

#396587 Color Hex

#396587
(57,101,135)
0 Favorites   0 Comments

Color spaces of #396587

RGB 57101135
HSL0.570.410.38
HSV206°58°53°
CMYK 0.580.250.00   0.47
XYZ10.714211.926524.6590
Yxy11.92650.22650.2521
Hunter Lab34.5348-5.0573-18.1607
CIE-Lab41.0991-4.5833-23.4622

#396587 color RGB value is (57,101,135).

#396587 hex color red value is 57, green value is 101 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #396587 hue: 0.57 , saturation: 0.41 and the lightness value of 396587 is 0.38.

The process color (four color CMYK) of #396587 color hex is 0.58, 0.25, 0.00, 0.47. Web safe color of #396587 is #336699. Color #396587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100101 10000111
Octal 71 145 207
Decimal 57 101 135
Hex 39 65 87

RGB Percentages of Color #396587

%19.45
%34.47
%46.08

CMYK Percentages of Color #396587

%58
%25
%0
%47

Triadic Colors of #396587

#396587 #873965 #658739

Analogous Colors of #396587

#396587 #393e87 #398782

Monochromatic Colors of #396587

#396587

Complementary Color

#396587 #875b39

#396587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396587 Color CSS Codes

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

#396587 Text Font Color

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

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


#396587 Background Color

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

This div background color is #396587


#396587 Border Color

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

This div border color is #396587


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,101,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396587; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396587;
  -webkit-box-shadow: 1px 1px 3px 2px #396587;
  box-shadow:         1px 1px 3px 2px #396587; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396587


Comments

No comments written yet.

Please login to write comment.