Color Hex Logo

#395597 Color Hex

#395597
(57,85,151)
0 Favorites   0 Comments

Color spaces of #395597

RGB 5785151
HSL0.620.450.41
HSV222°62°59°
CMYK 0.620.440.00   0.41
XYZ10.52189.601230.5768
Yxy9.60120.20750.1894
Hunter Lab30.98586.3878-36.8173
CIE-Lab37.117011.1265-39.3897

#395597 color RGB value is (57,85,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010101 10010111
Octal 71 125 227
Decimal 57 85 151
Hex 39 55 97

RGB Percentages of Color #395597

%19.45
%29.01
%51.54

CMYK Percentages of Color #395597

%62
%44
%0
%41

Triadic Colors of #395597

#395597 #973955 #559739

Analogous Colors of #395597

#395597 #4c3997 #398497

Monochromatic Colors of #395597

#395597

Complementary Color

#395597 #977b39

#395597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395597 Color CSS Codes

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

#395597 Text Font Color

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

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


#395597 Background Color

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

This div background color is #395597


#395597 Border Color

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

This div border color is #395597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395597


Comments

No comments written yet.

Please login to write comment.