Color Hex Logo

#394cbb Color Hex

#394CBB
(57,76,187)
0 Favorites   0 Comments

Color spaces of #394cbb

RGB 5776187
HSL0.640.530.48
HSV231°70°73°
CMYK 0.700.590.00   0.27
XYZ13.24149.626648.1739
Yxy9.62660.18640.1355
Hunter Lab31.026821.8822-70.3383
CIE-Lab37.163830.0460-60.7368

#394cbb color RGB value is (57,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001100 10111011
Octal 71 114 273
Decimal 57 76 187
Hex 39 4C BB

RGB Percentages of Color #394cbb

%17.81
%23.75
%58.44

CMYK Percentages of Color #394cbb

%70
%59
%0
%27

Triadic Colors of #394cbb

#394cbb #bb394c #4cbb39

Analogous Colors of #394cbb

#394cbb #6739bb #398dbb

Monochromatic Colors of #394cbb

#394cbb

Complementary Color

#394cbb #bba839

#394cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#394cbb Color CSS Codes

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

#394cbb Text Font Color

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

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


#394cbb Background Color

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

This div background color is #394cbb


#394cbb Border Color

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

This div border color is #394cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394cbb


Comments

No comments written yet.

Please login to write comment.