Color Hex Logo

#397aa7 Color Hex

#397AA7
(57,122,167)
0 Favorites   0 Comments

Color spaces of #397aa7

RGB 57122167
HSL0.570.490.44
HSV205°66°65°
CMYK 0.660.270.00   0.35
XYZ15.621917.578939.1289
Yxy17.57890.21600.2430
Hunter Lab41.9272-6.8642-25.9838
CIE-Lab48.9813-6.2068-30.1555

#397aa7 color RGB value is (57,122,167).

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

The process color (four color CMYK) of #397aa7 color hex is 0.66, 0.27, 0.00, 0.35. Web safe color of #397aa7 is #336699. Color #397aa7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 10100111
Octal 71 172 247
Decimal 57 122 167
Hex 39 7A A7

RGB Percentages of Color #397aa7

%16.47
%35.26
%48.27

CMYK Percentages of Color #397aa7

%66
%27
%0
%35

Triadic Colors of #397aa7

#397aa7 #a7397a #7aa739

Analogous Colors of #397aa7

#397aa7 #3943a7 #39a79d

Monochromatic Colors of #397aa7

#397aa7

Complementary Color

#397aa7 #a76639

#397aa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397aa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397aa7 Color CSS Codes

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

#397aa7 Text Font Color

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

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


#397aa7 Background Color

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

This div background color is #397aa7


#397aa7 Border Color

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

This div border color is #397aa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397aa7


Comments

No comments written yet.

Please login to write comment.