Color Hex Logo

#394faa Color Hex

#394FAA
(57,79,170)
0 Favorites   0 Comments

Color spaces of #394faa

RGB 5779170
HSL0.630.500.45
HSV228°66°67°
CMYK 0.660.540.00   0.33
XYZ11.73909.364139.2189
Yxy9.36410.19460.1552
Hunter Lab30.600814.9242-54.5672
CIE-Lab36.676121.9489-51.4804

#394faa color RGB value is (57,79,170).

#394faa hex color red value is 57, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #394faa hue: 0.63 , saturation: 0.50 and the lightness value of 394faa is 0.45.

The process color (four color CMYK) of #394faa color hex is 0.66, 0.54, 0.00, 0.33. Web safe color of #394faa is #336699. Color #394faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001111 10101010
Octal 71 117 252
Decimal 57 79 170
Hex 39 4F AA

RGB Percentages of Color #394faa

%18.63
%25.82
%55.56

CMYK Percentages of Color #394faa

%66
%54
%0
%33

Triadic Colors of #394faa

#394faa #aa394f #4faa39

Analogous Colors of #394faa

#394faa #5b39aa #3988aa

Monochromatic Colors of #394faa

#394faa

Complementary Color

#394faa #aa9439

#394faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#394faa Color CSS Codes

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

#394faa Text Font Color

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

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


#394faa Background Color

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

This div background color is #394faa


#394faa Border Color

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

This div border color is #394faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,79,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #394faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #394faa;
  -webkit-box-shadow: 1px 1px 3px 2px #394faa;
  box-shadow:         1px 1px 3px 2px #394faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394faa


Comments

No comments written yet.

Please login to write comment.