#397C5D

Color #397C5D Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #397C5D

Tints of Amazon #397C5D

Color information

#397C5D (or 0x397C5D) is unknown color: approx Amazon. HEX triplet: 39, 7C and 5D. RGB value is (57,124,93). Sum of RGB (Red+Green+Blue) = 57+124+93=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #397C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C5D is #C683A2. Grayscale: #646464. Windows color (decimal): -13009827 or 6126649. OLE color: 6126649.

HSL color Cylindrical-coordinate representation of color #397C5D: hue angle of 152.24º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C5D is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB5712493-
CMYK0.5400.250.51
HSL152.24º37.02%35.49%-
HSV(B)152.24º54.03%48.63%-
XYZ10.8716.0812.89-
YUV100.43123.897.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 124 (48.83% from 255) = 45.26%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=20.80%
G=45.26%
B=33.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124930.5400.250.51152.2437.0235.49
Hex397C5D3601933982523
Octal7117413566031632304543
Binary1110011111100101110111011001100111001110011000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397C5D; }

 p { color: rgb(57,124,93); }

 H1.HeaderClassName
 {
   color: #397C5D;
 }
 .AnyTagClassName
 {
   color: #397C5D;
 }
</style>
background-color css

<style>
 a { background-color: #397C5D; }

 a { background-color: rgb(57,124,93); }

 div.DivClassName
 {
   background-color: #397C5D;
 }
 .BgClassName
 {
   background-color: #397C5D;
 }
</style>
border-color css

<style>
 span { border-color: #397C5D; }

 span { border-color: rgb(57,124,93); }

 td.TdClassName
 {
   border-color: #397C5D;
 }
 .TagClassName
 {
   border-color: #397C5D;
 }
</style>