Color Hex Logo

#395797 Color Hex

#395797
(57,87,151)
0 Favorites   0 Comments

Color spaces of #395797

RGB 5787151
HSL0.610.450.41
HSV221°62°59°
CMYK 0.620.420.00   0.41
XYZ10.68159.920630.6301
Yxy9.92060.20850.1936
Hunter Lab31.49705.4146-35.6103
CIE-Lab37.69959.8238-38.4613

#395797 color RGB value is (57,87,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010111 10010111
Octal 71 127 227
Decimal 57 87 151
Hex 39 57 97

RGB Percentages of Color #395797

%19.32
%29.49
%51.19

CMYK Percentages of Color #395797

%62
%42
%0
%41

Triadic Colors of #395797

#395797 #973957 #579739

Analogous Colors of #395797

#395797 #4a3997 #398697

Monochromatic Colors of #395797

#395797

Complementary Color

#395797 #977939

#395797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395797 Color CSS Codes

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

#395797 Text Font Color

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

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


#395797 Background Color

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

This div background color is #395797


#395797 Border Color

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

This div border color is #395797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395797


Comments

No comments written yet.

Please login to write comment.