Color Hex Logo

#394cbc Color Hex

#394CBC
(57,76,188)
0 Favorites   0 Comments

Color spaces of #394cbc

RGB 5776188
HSL0.640.530.48
HSV231°70°74°
CMYK 0.700.600.00   0.26
XYZ13.34899.669648.7398
Yxy9.66960.18600.1348
Hunter Lab31.096022.2086-71.1639
CIE-Lab37.242830.4049-61.1950

#394cbc color RGB value is (57,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001100 10111100
Octal 71 114 274
Decimal 57 76 188
Hex 39 4C BC

RGB Percentages of Color #394cbc

%17.76
%23.68
%58.57

CMYK Percentages of Color #394cbc

%70
%60
%0
%26

Triadic Colors of #394cbc

#394cbc #bc394c #4cbc39

Analogous Colors of #394cbc

#394cbc #6839bc #398ebc

Monochromatic Colors of #394cbc

#394cbc

Complementary Color

#394cbc #bca939

#394cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#394cbc Color CSS Codes

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

#394cbc Text Font Color

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

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


#394cbc Background Color

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

This div background color is #394cbc


#394cbc Border Color

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

This div border color is #394cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394cbc


Comments

No comments written yet.

Please login to write comment.