Color Hex Logo

#394bbf Color Hex

#394BBF
(57,75,191)
0 Favorites   0 Comments

Color spaces of #394bbf

RGB 5775191
HSL0.640.540.49
HSV232°70°75°
CMYK 0.700.610.00   0.25
XYZ13.60749.663650.4383
Yxy9.66360.18460.1311
Hunter Lab31.086323.7336-74.4390
CIE-Lab37.231832.1193-62.9709

#394bbf color RGB value is (57,75,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001011 10111111
Octal 71 113 277
Decimal 57 75 191
Hex 39 4B BF

RGB Percentages of Color #394bbf

%17.65
%23.22
%59.13

CMYK Percentages of Color #394bbf

%70
%61
%0
%25

Triadic Colors of #394bbf

#394bbf #bf394b #4bbf39

Analogous Colors of #394bbf

#394bbf #6a39bf #398ebf

Monochromatic Colors of #394bbf

#394bbf

Complementary Color

#394bbf #bfad39

#394bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#394bbf Color CSS Codes

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

#394bbf Text Font Color

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

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


#394bbf Background Color

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

This div background color is #394bbf


#394bbf Border Color

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

This div border color is #394bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394bbf


Comments

No comments written yet.

Please login to write comment.