Color Hex Logo

#396ebf Color Hex

#396EBF
(57,110,191)
0 Favorites   0 Comments

Color spaces of #396ebf

RGB 57110191
HSL0.600.540.49
HSV216°70°75°
CMYK 0.700.420.00   0.25
XYZ16.667215.783351.4582
Yxy15.78330.19860.1881
Hunter Lab39.72825.3619-48.9860
CIE-Lab46.68899.6518-47.7016

#396ebf color RGB value is (57,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101110 10111111
Octal 71 156 277
Decimal 57 110 191
Hex 39 6E BF

RGB Percentages of Color #396ebf

%15.92
%30.73
%53.35

CMYK Percentages of Color #396ebf

%70
%42
%0
%25

Triadic Colors of #396ebf

#396ebf #bf396e #6ebf39

Analogous Colors of #396ebf

#396ebf #4739bf #39b1bf

Monochromatic Colors of #396ebf

#396ebf

Complementary Color

#396ebf #bf8a39

#396ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#396ebf Color CSS Codes

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

#396ebf Text Font Color

<p style="color:#396ebf">Text here</p>

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


#396ebf Background Color

<div style="background-color:#396ebf">
Div content here</div>

This div background color is #396ebf


#396ebf Border Color

<div style="border:3px solid #396ebf">
Div here</div>

This div border color is #396ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396ebf


Comments

No comments written yet.

Please login to write comment.