Color Hex Logo

#397eae Color Hex

#397EAE
(57,126,174)
0 Favorites   0 Comments

Color spaces of #397eae

RGB 57126174
HSL0.570.510.45
HSV205°67°68°
CMYK 0.670.280.00   0.32
XYZ16.788218.847642.7975
Yxy18.84760.21400.2403
Hunter Lab43.4138-6.9479-28.0586
CIE-Lab50.5084-6.1361-31.8343

#397eae color RGB value is (57,126,174).

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

The process color (four color CMYK) of #397eae color hex is 0.67, 0.28, 0.00, 0.32. Web safe color of #397eae is #336699. Color #397eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111110 10101110
Octal 71 176 256
Decimal 57 126 174
Hex 39 7E AE

RGB Percentages of Color #397eae

%15.97
%35.29
%48.74

CMYK Percentages of Color #397eae

%67
%28
%0
%32

Triadic Colors of #397eae

#397eae #ae397e #7eae39

Analogous Colors of #397eae

#397eae #3943ae #39aea4

Monochromatic Colors of #397eae

#397eae

Complementary Color

#397eae #ae6939

#397eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#397eae Color CSS Codes

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

#397eae Text Font Color

<p style="color:#397eae">Text here</p>

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


#397eae Background Color

<div style="background-color:#397eae">
Div content here</div>

This div background color is #397eae


#397eae Border Color

<div style="border:3px solid #397eae">
Div here</div>

This div border color is #397eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397eae


Comments

No comments written yet.

Please login to write comment.