Color Hex Logo

#396daf Color Hex

#396DAF
(57,109,175)
0 Favorites   0 Comments

Color spaces of #396daf

RGB 57109175
HSL0.590.510.45
HSV214°67°69°
CMYK 0.670.380.00   0.31
XYZ14.893814.902342.6489
Yxy14.90230.20560.2057
Hunter Lab38.60351.3118-38.4808
CIE-Lab45.50014.4756-40.2996

#396daf color RGB value is (57,109,175).

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

The process color (four color CMYK) of #396daf color hex is 0.67, 0.38, 0.00, 0.31. Web safe color of #396daf is #336699. Color #396daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 10101111
Octal 71 155 257
Decimal 57 109 175
Hex 39 6D AF

RGB Percentages of Color #396daf

%16.72
%31.96
%51.32

CMYK Percentages of Color #396daf

%67
%38
%0
%31

Triadic Colors of #396daf

#396daf #af396d #6daf39

Analogous Colors of #396daf

#396daf #4039af #39a8af

Monochromatic Colors of #396daf

#396daf

Complementary Color

#396daf #af7b39

#396daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#396daf Color CSS Codes

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

#396daf Text Font Color

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

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


#396daf Background Color

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

This div background color is #396daf


#396daf Border Color

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

This div border color is #396daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396daf


Comments

No comments written yet.

Please login to write comment.