Color Hex Logo

#396dae Color Hex

#396DAE
(57,109,174)
0 Favorites   0 Comments

Color spaces of #396dae

RGB 57109174
HSL0.590.510.45
HSV213°67°68°
CMYK 0.670.370.00   0.32
XYZ14.796014.863142.1334
Yxy14.86310.20610.2070
Hunter Lab38.55271.0387-37.8099
CIE-Lab45.44614.1169-39.8007

#396dae color RGB value is (57,109,174).

#396dae hex color red value is 57, green value is 109 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #396dae hue: 0.59 , saturation: 0.51 and the lightness value of 396dae is 0.45.

The process color (four color CMYK) of #396dae color hex is 0.67, 0.37, 0.00, 0.32. Web safe color of #396dae is #336699. Color #396dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 10101110
Octal 71 155 256
Decimal 57 109 174
Hex 39 6D AE

RGB Percentages of Color #396dae

%16.76
%32.06
%51.18

CMYK Percentages of Color #396dae

%67
%37
%0
%32

Triadic Colors of #396dae

#396dae #ae396d #6dae39

Analogous Colors of #396dae

#396dae #4039ae #39a8ae

Monochromatic Colors of #396dae

#396dae

Complementary Color

#396dae #ae7a39

#396dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#396dae Color CSS Codes

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

#396dae Text Font Color

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

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


#396dae Background Color

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

This div background color is #396dae


#396dae Border Color

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

This div border color is #396dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396dae


Comments

No comments written yet.

Please login to write comment.