Color Hex Logo

#396bae Color Hex

#396BAE
(57,107,174)
0 Favorites   0 Comments

Color spaces of #396bae

RGB 57107174
HSL0.600.510.45
HSV214°67°68°
CMYK 0.670.390.00   0.32
XYZ14.585014.441242.0631
Yxy14.44120.20520.2031
Hunter Lab38.00162.0055-39.0257
CIE-Lab44.85915.3624-40.7316

#396bae color RGB value is (57,107,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101011 10101110
Octal 71 153 256
Decimal 57 107 174
Hex 39 6B AE

RGB Percentages of Color #396bae

%16.86
%31.66
%51.48

CMYK Percentages of Color #396bae

%67
%39
%0
%32

Triadic Colors of #396bae

#396bae #ae396b #6bae39

Analogous Colors of #396bae

#396bae #4239ae #39a6ae

Monochromatic Colors of #396bae

#396bae

Complementary Color

#396bae #ae7c39

#396bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#396bae Color CSS Codes

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

#396bae Text Font Color

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

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


#396bae Background Color

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

This div background color is #396bae


#396bae Border Color

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

This div border color is #396bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396bae


Comments

No comments written yet.

Please login to write comment.