Color Hex Logo

#395496 Color Hex

#395496
(57,84,150)
0 Favorites   0 Comments

Color spaces of #395496

RGB 5784150
HSL0.620.450.41
HSV223°62°59°
CMYK 0.620.440.00   0.41
XYZ10.36279.412530.1248
Yxy9.41250.20770.1886
Hunter Lab30.67986.6022-36.7416
CIE-Lab36.766711.4201-39.3451

#395496 color RGB value is (57,84,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010100 10010110
Octal 71 124 226
Decimal 57 84 150
Hex 39 54 96

RGB Percentages of Color #395496

%19.59
%28.87
%51.55

CMYK Percentages of Color #395496

%62
%44
%0
%41

Triadic Colors of #395496

#395496 #963954 #549639

Analogous Colors of #395496

#395496 #4d3996 #398396

Monochromatic Colors of #395496

#395496

Complementary Color

#395496 #967b39

#395496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395496 Color CSS Codes

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

#395496 Text Font Color

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

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


#395496 Background Color

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

This div background color is #395496


#395496 Border Color

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

This div border color is #395496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395496


Comments

No comments written yet.

Please login to write comment.