Color Hex Logo

#396dbb Color Hex

#396DBB
(57,109,187)
0 Favorites   0 Comments

Color spaces of #396dbb

RGB 57109187
HSL0.600.530.48
HSV216°70°73°
CMYK 0.700.420.00   0.27
XYZ16.125615.395049.1353
Yxy15.39500.19990.1909
Hunter Lab39.23654.6970-46.7826
CIE-Lab46.17058.8213-46.2150

#396dbb color RGB value is (57,109,187).

#396dbb hex color red value is 57, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #396dbb hue: 0.60 , saturation: 0.53 and the lightness value of 396dbb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 10111011
Octal 71 155 273
Decimal 57 109 187
Hex 39 6D BB

RGB Percentages of Color #396dbb

%16.15
%30.88
%52.97

CMYK Percentages of Color #396dbb

%70
%42
%0
%27

Triadic Colors of #396dbb

#396dbb #bb396d #6dbb39

Analogous Colors of #396dbb

#396dbb #4639bb #39aebb

Monochromatic Colors of #396dbb

#396dbb

Complementary Color

#396dbb #bb8739

#396dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#396dbb Color CSS Codes

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

#396dbb Text Font Color

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

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


#396dbb Background Color

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

This div background color is #396dbb


#396dbb Border Color

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

This div border color is #396dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396dbb


Comments

No comments written yet.

Please login to write comment.