Color Hex Logo

#396dce Color Hex

#396DCE
(57,109,206)
0 Favorites   0 Comments

Color spaces of #396dce

RGB 57109206
HSL0.610.600.52
HSV219°72°81°
CMYK 0.720.470.00   0.19
XYZ18.296616.263460.5673
Yxy16.26340.19230.1710
Hunter Lab40.327910.4109-60.8164
CIE-Lab47.318215.7772-55.3144

#396dce color RGB value is (57,109,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 11001110
Octal 71 155 316
Decimal 57 109 206
Hex 39 6D CE

RGB Percentages of Color #396dce

%15.32
%29.30
%55.38

CMYK Percentages of Color #396dce

%72
%47
%0
%19

Triadic Colors of #396dce

#396dce #ce396d #6dce39

Analogous Colors of #396dce

#396dce #5039ce #39b8ce

Monochromatic Colors of #396dce

#396dce

Complementary Color

#396dce #ce9a39

#396dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#396dce Color CSS Codes

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

#396dce Text Font Color

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

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


#396dce Background Color

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

This div background color is #396dce


#396dce Border Color

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

This div border color is #396dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396dce


Comments

No comments written yet.

Please login to write comment.