Color Hex Logo

#396bcd Color Hex

#396BCD
(57,107,205)
0 Favorites   0 Comments

Color spaces of #396bcd

RGB 57107205
HSL0.610.600.51
HSV220°72°80°
CMYK 0.720.480.00   0.20
XYZ17.964515.793059.8591
Yxy15.79300.19190.1687
Hunter Lab39.740411.1445-61.4874
CIE-Lab46.701716.6769-55.7336

#396bcd color RGB value is (57,107,205).

#396bcd hex color red value is 57, green value is 107 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #396bcd hue: 0.61 , saturation: 0.60 and the lightness value of 396bcd is 0.51.

The process color (four color CMYK) of #396bcd color hex is 0.72, 0.48, 0.00, 0.20. Web safe color of #396bcd is #3366cc. Color #396bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101011 11001101
Octal 71 153 315
Decimal 57 107 205
Hex 39 6B CD

RGB Percentages of Color #396bcd

%15.45
%29.00
%55.56

CMYK Percentages of Color #396bcd

%72
%48
%0
%20

Triadic Colors of #396bcd

#396bcd #cd396b #6bcd39

Analogous Colors of #396bcd

#396bcd #5139cd #39b5cd

Monochromatic Colors of #396bcd

#396bcd

Complementary Color

#396bcd #cd9b39

#396bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#396bcd Color CSS Codes

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

#396bcd Text Font Color

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

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


#396bcd Background Color

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

This div background color is #396bcd


#396bcd Border Color

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

This div border color is #396bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396bcd


Comments

No comments written yet.

Please login to write comment.