Color Hex Logo

#396ace Color Hex

#396ACE
(57,106,206)
0 Favorites   0 Comments

Color spaces of #396ace

RGB 57106206
HSL0.610.600.52
HSV220°72°81°
CMYK 0.720.490.00   0.19
XYZ17.982015.634260.4625
Yxy15.63420.19110.1662
Hunter Lab39.540111.9828-62.9848
CIE-Lab46.490917.6789-56.6458

#396ace color RGB value is (57,106,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101010 11001110
Octal 71 152 316
Decimal 57 106 206
Hex 39 6A CE

RGB Percentages of Color #396ace

%15.45
%28.73
%55.83

CMYK Percentages of Color #396ace

%72
%49
%0
%19

Triadic Colors of #396ace

#396ace #ce396a #6ace39

Analogous Colors of #396ace

#396ace #5339ce #39b5ce

Monochromatic Colors of #396ace

#396ace

Complementary Color

#396ace #ce9d39

#396ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#396ace Color CSS Codes

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

#396ace Text Font Color

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

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


#396ace Background Color

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

This div background color is #396ace


#396ace Border Color

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

This div border color is #396ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396ace


Comments

No comments written yet.

Please login to write comment.