Color Hex Logo

#394dbe Color Hex

#394DBE
(57,77,190)
0 Favorites   0 Comments

Color spaces of #394dbe

RGB 5777190
HSL0.640.540.48
HSV231°70°75°
CMYK 0.700.590.00   0.25
XYZ13.63559.895349.9065
Yxy9.89530.18570.1347
Hunter Lab31.456822.3246-72.0444
CIE-Lab37.653930.4799-61.6974

#394dbe color RGB value is (57,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001101 10111110
Octal 71 115 276
Decimal 57 77 190
Hex 39 4D BE

RGB Percentages of Color #394dbe

%17.59
%23.77
%58.64

CMYK Percentages of Color #394dbe

%70
%59
%0
%25

Triadic Colors of #394dbe

#394dbe #be394d #4dbe39

Analogous Colors of #394dbe

#394dbe #6839be #3990be

Monochromatic Colors of #394dbe

#394dbe

Complementary Color

#394dbe #beaa39

#394dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#394dbe Color CSS Codes

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

#394dbe Text Font Color

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

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


#394dbe Background Color

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

This div background color is #394dbe


#394dbe Border Color

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

This div border color is #394dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394dbe


Comments

No comments written yet.

Please login to write comment.