Color Hex Logo

#394caa Color Hex

#394CAA
(57,76,170)
0 Favorites   0 Comments

Color spaces of #394caa

RGB 5776170
HSL0.640.500.45
HSV230°66°67°
CMYK 0.660.550.00   0.33
XYZ11.52758.941039.1484
Yxy8.94100.19340.1500
Hunter Lab29.901516.4869-56.6941
CIE-Lab35.870523.9169-52.7840

#394caa color RGB value is (57,76,170).

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

The process color (four color CMYK) of #394caa color hex is 0.66, 0.55, 0.00, 0.33. Web safe color of #394caa is #333399. Color #394caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001100 10101010
Octal 71 114 252
Decimal 57 76 170
Hex 39 4C AA

RGB Percentages of Color #394caa

%18.81
%25.08
%56.11

CMYK Percentages of Color #394caa

%66
%55
%0
%33

Triadic Colors of #394caa

#394caa #aa394c #4caa39

Analogous Colors of #394caa

#394caa #5f39aa #3985aa

Monochromatic Colors of #394caa

#394caa

Complementary Color

#394caa #aa9739

#394caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#394caa Color CSS Codes

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

#394caa Text Font Color

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

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


#394caa Background Color

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

This div background color is #394caa


#394caa Border Color

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

This div border color is #394caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394caa


Comments

No comments written yet.

Please login to write comment.