Color Hex Logo

#394963 Color Hex

#394963
(57,73,99)
0 Favorites   0 Comments

Color spaces of #394963

RGB 577399
HSL0.600.270.31
HSV217°42°39°
CMYK 0.420.260.00   0.61
XYZ6.32206.535812.7327
Yxy6.53580.24700.2554
Hunter Lab25.5652-0.5980-11.6336
CIE-Lab30.72591.1810-17.2407

#394963 color RGB value is (57,73,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001001 01100011
Octal 71 111 143
Decimal 57 73 99
Hex 39 49 63

RGB Percentages of Color #394963

%24.89
%31.88
%43.23

CMYK Percentages of Color #394963

%42
%26
%0
%61

Triadic Colors of #394963

#394963 #633949 #496339

Analogous Colors of #394963

#394963 #3e3963 #395e63

Monochromatic Colors of #394963

#394963

Complementary Color

#394963 #635339

#394963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394963 Color CSS Codes

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

#394963 Text Font Color

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

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


#394963 Background Color

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

This div background color is #394963


#394963 Border Color

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

This div border color is #394963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394963


Comments

No comments written yet.

Please login to write comment.