Color Hex Logo

#394dbb Color Hex

#394DBB
(57,77,187)
0 Favorites   0 Comments

Color spaces of #394dbb

RGB 5777187
HSL0.640.530.48
HSV231°70°73°
CMYK 0.700.590.00   0.27
XYZ13.31099.765548.1971
Yxy9.76550.18680.1370
Hunter Lab31.249821.3452-69.5691
CIE-Lab37.418229.4018-60.3225

#394dbb color RGB value is (57,77,187).

#394dbb hex color red value is 57, green value is 77 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #394dbb hue: 0.64 , saturation: 0.53 and the lightness value of 394dbb is 0.48.

The process color (four color CMYK) of #394dbb color hex is 0.70, 0.59, 0.00, 0.27. Web safe color of #394dbb is #3366cc. Color #394dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001101 10111011
Octal 71 115 273
Decimal 57 77 187
Hex 39 4D BB

RGB Percentages of Color #394dbb

%17.76
%23.99
%58.26

CMYK Percentages of Color #394dbb

%70
%59
%0
%27

Triadic Colors of #394dbb

#394dbb #bb394d #4dbb39

Analogous Colors of #394dbb

#394dbb #6639bb #398ebb

Monochromatic Colors of #394dbb

#394dbb

Complementary Color

#394dbb #bba739

#394dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#394dbb Color CSS Codes

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

#394dbb Text Font Color

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

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


#394dbb Background Color

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

This div background color is #394dbb


#394dbb Border Color

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

This div border color is #394dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394dbb


Comments

No comments written yet.

Please login to write comment.