Color Hex Logo

#394663 Color Hex

#394663
(57,70,99)
0 Favorites   0 Comments

Color spaces of #394663

RGB 577099
HSL0.620.270.31
HSV221°42°39°
CMYK 0.420.290.00   0.61
XYZ6.12966.151012.6686
Yxy6.15100.24570.2465
Hunter Lab24.80120.7140-12.9248
CIE-Lab29.79033.1375-18.6894

#394663 color RGB value is (57,70,99).

#394663 hex color red value is 57, green value is 70 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #394663 hue: 0.62 , saturation: 0.27 and the lightness value of 394663 is 0.31.

The process color (four color CMYK) of #394663 color hex is 0.42, 0.29, 0.00, 0.61. Web safe color of #394663 is #333366. Color #394663 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000110 01100011
Octal 71 106 143
Decimal 57 70 99
Hex 39 46 63

RGB Percentages of Color #394663

%25.22
%30.97
%43.81

CMYK Percentages of Color #394663

%42
%29
%0
%61

Triadic Colors of #394663

#394663 #633946 #466339

Analogous Colors of #394663

#394663 #413963 #395b63

Monochromatic Colors of #394663

#394663

Complementary Color

#394663 #635639

#394663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394663 Color CSS Codes

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

#394663 Text Font Color

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

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


#394663 Background Color

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

This div background color is #394663


#394663 Border Color

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

This div border color is #394663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394663


Comments

No comments written yet.

Please login to write comment.