Color Hex Logo

#396dbd Color Hex

#396DBD
(57,109,189)
0 Favorites   0 Comments

Color spaces of #396dbd

RGB 57109189
HSL0.600.540.48
HSV216°70°74°
CMYK 0.700.420.00   0.26
XYZ16.341315.481350.2710
Yxy15.48130.19910.1886
Hunter Lab39.34635.2786-48.2098
CIE-Lab46.28659.5502-47.1880

#396dbd color RGB value is (57,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 10111101
Octal 71 155 275
Decimal 57 109 189
Hex 39 6D BD

RGB Percentages of Color #396dbd

%16.06
%30.70
%53.24

CMYK Percentages of Color #396dbd

%70
%42
%0
%26

Triadic Colors of #396dbd

#396dbd #bd396d #6dbd39

Analogous Colors of #396dbd

#396dbd #4739bd #39afbd

Monochromatic Colors of #396dbd

#396dbd

Complementary Color

#396dbd #bd8939

#396dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#396dbd Color CSS Codes

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

#396dbd Text Font Color

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

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


#396dbd Background Color

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

This div background color is #396dbd


#396dbd Border Color

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

This div border color is #396dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396dbd


Comments

No comments written yet.

Please login to write comment.