Color Hex Logo

#396595 Color Hex

#396595
(57,101,149)
0 Favorites   0 Comments

Color spaces of #396595

RGB 57101149
HSL0.590.450.40
HSV211°62°58°
CMYK 0.620.320.00   0.42
XYZ11.765812.347130.1969
Yxy12.34710.21660.2273
Hunter Lab35.1384-1.7231-26.3551
CIE-Lab41.76250.2138-30.8354

#396595 color RGB value is (57,101,149).

#396595 hex color red value is 57, green value is 101 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #396595 hue: 0.59 , saturation: 0.45 and the lightness value of 396595 is 0.40.

The process color (four color CMYK) of #396595 color hex is 0.62, 0.32, 0.00, 0.42. Web safe color of #396595 is #336699. Color #396595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100101 10010101
Octal 71 145 225
Decimal 57 101 149
Hex 39 65 95

RGB Percentages of Color #396595

%18.57
%32.90
%48.53

CMYK Percentages of Color #396595

%62
%32
%0
%42

Triadic Colors of #396595

#396595 #953965 #659539

Analogous Colors of #396595

#396595 #3b3995 #399395

Monochromatic Colors of #396595

#396595

Complementary Color

#396595 #956939

#396595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396595 Color CSS Codes

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

#396595 Text Font Color

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

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


#396595 Background Color

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

This div background color is #396595


#396595 Border Color

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

This div border color is #396595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396595


Comments

No comments written yet.

Please login to write comment.