Color Hex Logo

#394dbc Color Hex

#394DBC
(57,77,188)
0 Favorites   0 Comments

Color spaces of #394dbc

RGB 5777188
HSL0.640.530.48
HSV231°70°74°
CMYK 0.700.590.00   0.26
XYZ13.41839.808548.7629
Yxy9.80850.18640.1362
Hunter Lab31.318521.6702-70.3915
CIE-Lab37.496529.7608-60.7817

#394dbc color RGB value is (57,77,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001101 10111100
Octal 71 115 274
Decimal 57 77 188
Hex 39 4D BC

RGB Percentages of Color #394dbc

%17.70
%23.91
%58.39

CMYK Percentages of Color #394dbc

%70
%59
%0
%26

Triadic Colors of #394dbc

#394dbc #bc394d #4dbc39

Analogous Colors of #394dbc

#394dbc #6739bc #398fbc

Monochromatic Colors of #394dbc

#394dbc

Complementary Color

#394dbc #bca839

#394dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#394dbc Color CSS Codes

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

#394dbc Text Font Color

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

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


#394dbc Background Color

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

This div background color is #394dbc


#394dbc Border Color

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

This div border color is #394dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394dbc


Comments

No comments written yet.

Please login to write comment.