Color Hex Logo

#396593 Color Hex

#396593
(57,101,147)
0 Favorites   0 Comments

Color spaces of #396593

RGB 57101147
HSL0.590.440.40
HSV211°61°58°
CMYK 0.610.310.00   0.42
XYZ11.607512.283829.3630
Yxy12.28380.21800.2307
Hunter Lab35.0483-2.2177-25.1387
CIE-Lab41.6637-0.4826-29.7941

#396593 color RGB value is (57,101,147).

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

The process color (four color CMYK) of #396593 color hex is 0.61, 0.31, 0.00, 0.42. Web safe color of #396593 is #336699. Color #396593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100101 10010011
Octal 71 145 223
Decimal 57 101 147
Hex 39 65 93

RGB Percentages of Color #396593

%18.69
%33.11
%48.20

CMYK Percentages of Color #396593

%61
%31
%0
%42

Triadic Colors of #396593

#396593 #933965 #659339

Analogous Colors of #396593

#396593 #3a3993 #399293

Monochromatic Colors of #396593

#396593

Complementary Color

#396593 #936739

#396593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396593 Color CSS Codes

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

#396593 Text Font Color

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

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


#396593 Background Color

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

This div background color is #396593


#396593 Border Color

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

This div border color is #396593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396593


Comments

No comments written yet.

Please login to write comment.