Color Hex Logo

#396fdd Color Hex

#396FDD
(57,111,221)
0 Favorites   0 Comments

Color spaces of #396fdd

RGB 57111221
HSL0.610.710.55
HSV220°74°87°
CMYK 0.740.500.00   0.13
XYZ20.422917.459270.7002
Yxy17.45920.18810.1608
Hunter Lab41.784214.1232-71.0716
CIE-Lab48.833520.0220-61.4057

#396fdd color RGB value is (57,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 11011101
Octal 71 157 335
Decimal 57 111 221
Hex 39 6F DD

RGB Percentages of Color #396fdd

%14.65
%28.53
%56.81

CMYK Percentages of Color #396fdd

%74
%50
%0
%13

Triadic Colors of #396fdd

#396fdd #dd396f #6fdd39

Analogous Colors of #396fdd

#396fdd #5539dd #39c1dd

Monochromatic Colors of #396fdd

#396fdd

Complementary Color

#396fdd #dda739

#396fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#396fdd Color CSS Codes

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

#396fdd Text Font Color

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

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


#396fdd Background Color

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

This div background color is #396fdd


#396fdd Border Color

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

This div border color is #396fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,111,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 #396fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396fdd


Comments

No comments written yet.

Please login to write comment.