Shades of Amazon #397A5D
Tints of Amazon #397A5D
RGB
CMYK
RGB Variations
Color information
#397A5D (or 0x397A5D) is known color: Amazon. HEX triplet: 39, 7A and 5D. RGB value is (57,122,93). Sum of RGB (Red+Green+Blue) = 57+122+93=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #397A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A5D is #C685A2. Grayscale: #636363. Windows color (decimal): -13010339 or 6126137. OLE color: 6126137.
HSL color Cylindrical-coordinate representation of color #397A5D: hue angle of 153.23º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A5D is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 93 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.52 |
| HSL | 153.23º | 0.36% | 0.35% | - |
| HSV(B) | 153.23º | 0.53% | 0.48% | - |
| XYZ | 10.62 | 15.58 | 12.8 | - |
| YUV | 99.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 93 | 0.53 | 0 | 0.24 | 0.52 | 153.23 | 0.36 | 0.35 |
| Hex | 39 | 7A | 5D | 35 | 0 | 18 | 34 | 99 | 24 | 23 |
| Octal | 71 | 172 | 135 | 65 | 0 | 30 | 64 | 231 | 44 | 43 |
| Binary | 111001 | 1111010 | 1011101 | 110101 | 0 | 11000 | 110100 | 10011001 | 100100 | 100011 |
Color Harmonies of #397A5D
Complementary color
Monochromatic Colors of #397A5D
Black with #397A5D
Text Example
Text Example
White with #397A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A5D; }
p { color: rgb(57,122,93); }
H1.HeaderClassName
{
color: #397A5D;
}
.AnyTagClassName
{
color: #397A5D;
}
</style>
background-color css
<style>
a { background-color: #397A5D; }
a { background-color: rgb(57,122,93); }
div.DivClassName
{
background-color: #397A5D;
}
.BgClassName
{
background-color: #397A5D;
}
</style>
border-color css
<style>
span { border-color: #397A5D; }
span { border-color: rgb(57,122,93); }
td.TdClassName
{
border-color: #397A5D;
}
.TagClassName
{
border-color: #397A5D;
}
</style>