Color Hex Logo

#397aad Color Hex

#397AAD
(57,122,173)
0 Favorites   0 Comments

Color spaces of #397aad

RGB 57122173
HSL0.570.500.45
HSV206°67°68°
CMYK 0.670.290.00   0.32
XYZ16.189717.806142.1188
Yxy17.80610.21270.2339
Hunter Lab42.1973-5.3607-29.6416
CIE-Lab49.2601-4.1295-33.2080

#397aad color RGB value is (57,122,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 10101101
Octal 71 172 255
Decimal 57 122 173
Hex 39 7A AD

RGB Percentages of Color #397aad

%16.19
%34.66
%49.15

CMYK Percentages of Color #397aad

%67
%29
%0
%32

Triadic Colors of #397aad

#397aad #ad397a #7aad39

Analogous Colors of #397aad

#397aad #3940ad #39ada6

Monochromatic Colors of #397aad

#397aad

Complementary Color

#397aad #ad6c39

#397aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#397aad Color CSS Codes

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

#397aad Text Font Color

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

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


#397aad Background Color

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

This div background color is #397aad


#397aad Border Color

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

This div border color is #397aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397aad


Comments

No comments written yet.

Please login to write comment.