Color Hex Logo

#396edd Color Hex

#396EDD
(57,110,221)
0 Favorites   0 Comments

Color spaces of #396edd

RGB 57110221
HSL0.610.710.55
HSV221°74°87°
CMYK 0.740.500.00   0.13
XYZ20.314417.242270.6640
Yxy17.24220.18770.1593
Hunter Lab41.523714.6599-71.8316
CIE-Lab48.563820.6533-61.8412

#396edd color RGB value is (57,110,221).

#396edd hex color red value is 57, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #396edd hue: 0.61 , saturation: 0.71 and the lightness value of 396edd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101110 11011101
Octal 71 156 335
Decimal 57 110 221
Hex 39 6E DD

RGB Percentages of Color #396edd

%14.69
%28.35
%56.96

CMYK Percentages of Color #396edd

%74
%50
%0
%13

Triadic Colors of #396edd

#396edd #dd396e #6edd39

Analogous Colors of #396edd

#396edd #5639dd #39c0dd

Monochromatic Colors of #396edd

#396edd

Complementary Color

#396edd #dda839

#396edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#396edd Color CSS Codes

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

#396edd Text Font Color

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

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


#396edd Background Color

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

This div background color is #396edd


#396edd Border Color

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

This div border color is #396edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396edd


Comments

No comments written yet.

Please login to write comment.