Color Hex Logo

#394aac Color Hex

#394AAC
(57,74,172)
0 Favorites   0 Comments

Color spaces of #394aac

RGB 5774172
HSL0.640.500.45
HSV231°67°67°
CMYK 0.670.570.00   0.33
XYZ11.58258.746040.1074
Yxy8.74600.19160.1447
Hunter Lab29.573618.1556-59.7068
CIE-Lab35.490625.9472-54.5909

#394aac color RGB value is (57,74,172).

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

The process color (four color CMYK) of #394aac color hex is 0.67, 0.57, 0.00, 0.33. Web safe color of #394aac is #333399. Color #394aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001010 10101100
Octal 71 112 254
Decimal 57 74 172
Hex 39 4A AC

RGB Percentages of Color #394aac

%18.81
%24.42
%56.77

CMYK Percentages of Color #394aac

%67
%57
%0
%33

Triadic Colors of #394aac

#394aac #ac394a #4aac39

Analogous Colors of #394aac

#394aac #6139ac #3984ac

Monochromatic Colors of #394aac

#394aac

Complementary Color

#394aac #ac9b39

#394aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#394aac Color CSS Codes

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

#394aac Text Font Color

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

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


#394aac Background Color

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

This div background color is #394aac


#394aac Border Color

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

This div border color is #394aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394aac


Comments

No comments written yet.

Please login to write comment.