Color Hex Logo

#394baf Color Hex

#394BAF
(57,75,175)
0 Favorites   0 Comments

Color spaces of #394baf

RGB 5775175
HSL0.640.510.45
HSV231°67°69°
CMYK 0.670.570.00   0.31
XYZ11.94138.997241.6647
Yxy8.99720.19070.1437
Hunter Lab29.995318.5700-61.3594
CIE-Lab35.978926.3761-55.5810

#394baf color RGB value is (57,75,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001011 10101111
Octal 71 113 257
Decimal 57 75 175
Hex 39 4B AF

RGB Percentages of Color #394baf

%18.57
%24.43
%57.00

CMYK Percentages of Color #394baf

%67
%57
%0
%31

Triadic Colors of #394baf

#394baf #af394b #4baf39

Analogous Colors of #394baf

#394baf #6239af #3986af

Monochromatic Colors of #394baf

#394baf

Complementary Color

#394baf #af9d39

#394baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#394baf Color CSS Codes

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

#394baf Text Font Color

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

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


#394baf Background Color

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

This div background color is #394baf


#394baf Border Color

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

This div border color is #394baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394baf


Comments

No comments written yet.

Please login to write comment.