Color Hex Logo

#397aaa Color Hex

#397AAA
(57,122,170)
0 Favorites   0 Comments

Color spaces of #397aaa

RGB 57122170
HSL0.570.500.45
HSV205°66°67°
CMYK 0.660.280.00   0.33
XYZ15.902617.691240.6068
Yxy17.69120.21430.2384
Hunter Lab42.0609-6.1184-27.7976
CIE-Lab49.1194-5.1712-31.6855

#397aaa color RGB value is (57,122,170).

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

The process color (four color CMYK) of #397aaa color hex is 0.66, 0.28, 0.00, 0.33. Web safe color of #397aaa is #336699. Color #397aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 10101010
Octal 71 172 252
Decimal 57 122 170
Hex 39 7A AA

RGB Percentages of Color #397aaa

%16.33
%34.96
%48.71

CMYK Percentages of Color #397aaa

%66
%28
%0
%33

Triadic Colors of #397aaa

#397aaa #aa397a #7aaa39

Analogous Colors of #397aaa

#397aaa #3942aa #39aaa2

Monochromatic Colors of #397aaa

#397aaa

Complementary Color

#397aaa #aa6939

#397aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#397aaa Color CSS Codes

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

#397aaa Text Font Color

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

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


#397aaa Background Color

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

This div background color is #397aaa


#397aaa Border Color

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

This div border color is #397aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397aaa


Comments

No comments written yet.

Please login to write comment.