color codes Logo

#396ddc color codes

#396DDC
(57,109,220)
0 Favorites   0 Comments

Color spaces of #396ddc

RGB 57109220
HSL0.610.700.54
HSV221°74°86°
CMYK 0.740.500.00   0.14
XYZ20.074216.974469.9285
Yxy16.97440.18760.1587
Hunter Lab41.200014.8720-71.7925
CIE-Lab48.227820.9187-61.8177

#396ddc color RGB value is (57,109,220).

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

The process color (four color CMYK) of #396ddc color code is 0.74, 0.50, 0.00, 0.14. Web safe color of #396ddc is #3366cc. Color #396ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 11011100
Octal 71 155 334
Decimal 57 109 220
Hex 39 6D DC

RGB Percentages of Color #396ddc

%14.77
%28.24
%56.99

CMYK Percentages of Color #396ddc

%74
%50
%0
%14

Triadic Colors of #396ddc

#396ddc #dc396d #6ddc39

Analogous Colors of #396ddc

#396ddc #5639dc #39bfdc

Monochromatic Colors of #396ddc

#396ddc

Complementary Color

#396ddc #dca839

#396ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#396ddc Color CSS Codes

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

#396ddc Text Font Color

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

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


#396ddc Background Color

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

This div background color is #396ddc


#396ddc Border Color

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

This div border color is #396ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396ddc


Comments

No comments written yet.

Please login to write comment.