Color Hex Logo

#396dca Color Hex

#396DCA
(57,109,202)
0 Favorites   0 Comments

Color spaces of #396dca

RGB 57109202
HSL0.610.580.51
HSV218°72°79°
CMYK 0.720.460.00   0.21
XYZ17.816716.071458.0402
Yxy16.07140.19380.1748
Hunter Lab40.08929.1742-57.7764
CIE-Lab47.068014.3089-53.4255

#396dca color RGB value is (57,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 11001010
Octal 71 155 312
Decimal 57 109 202
Hex 39 6D CA

RGB Percentages of Color #396dca

%15.49
%29.62
%54.89

CMYK Percentages of Color #396dca

%72
%46
%0
%21

Triadic Colors of #396dca

#396dca #ca396d #6dca39

Analogous Colors of #396dca

#396dca #4e39ca #39b6ca

Monochromatic Colors of #396dca

#396dca

Complementary Color

#396dca #ca9639

#396dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#396dca Color CSS Codes

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

#396dca Text Font Color

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

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


#396dca Background Color

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

This div background color is #396dca


#396dca Border Color

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

This div border color is #396dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396dca


Comments

No comments written yet.

Please login to write comment.