Color Hex Logo

#395799 Color Hex

#395799
(57,87,153)
0 Favorites   0 Comments

Color spaces of #395799

RGB 5787153
HSL0.610.460.41
HSV221°63°60°
CMYK 0.630.430.00   0.40
XYZ10.84539.986231.4929
Yxy9.98620.20730.1909
Hunter Lab31.60095.9587-36.9666
CIE-Lab37.817710.5419-39.4767

#395799 color RGB value is (57,87,153).

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

The process color (four color CMYK) of #395799 color hex is 0.63, 0.43, 0.00, 0.40. Web safe color of #395799 is #336699. Color #395799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010111 10011001
Octal 71 127 231
Decimal 57 87 153
Hex 39 57 99

RGB Percentages of Color #395799

%19.19
%29.29
%51.52

CMYK Percentages of Color #395799

%63
%43
%0
%40

Triadic Colors of #395799

#395799 #993957 #579939

Analogous Colors of #395799

#395799 #4b3999 #398799

Monochromatic Colors of #395799

#395799

Complementary Color

#395799 #997b39

#395799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395799 Color CSS Codes

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

#395799 Text Font Color

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

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


#395799 Background Color

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

This div background color is #395799


#395799 Border Color

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

This div border color is #395799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395799


Comments

No comments written yet.

Please login to write comment.