Shades of Amazon #397B5E
Tints of Amazon #397B5E
RGB
CMYK
RGB Variations
Color information
#397B5E (or 0x397B5E) is known color: Amazon. HEX triplet: 39, 7B and 5E. RGB value is (57,123,94). Sum of RGB (Red+Green+Blue) = 57+123+94=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #397B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B5E is #C684A1. Grayscale: #646464. Windows color (decimal): -13010082 or 6191929. OLE color: 6191929.
HSL color Cylindrical-coordinate representation of color #397B5E: hue angle of 153.64º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397B5E is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 94 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.52 |
| HSL | 153.64º | 0.37% | 0.35% | - |
| HSV(B) | 153.64º | 0.54% | 0.48% | - |
| XYZ | 10.79 | 15.84 | 13.08 | - |
| YUV | 99.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 94 | 0.54 | 0 | 0.24 | 0.52 | 153.64 | 0.37 | 0.35 |
| Hex | 39 | 7B | 5E | 36 | 0 | 18 | 34 | 9A | 25 | 23 |
| Octal | 71 | 173 | 136 | 66 | 0 | 30 | 64 | 232 | 45 | 43 |
| Binary | 111001 | 1111011 | 1011110 | 110110 | 0 | 11000 | 110100 | 10011010 | 100101 | 100011 |
Color Harmonies of #397B5E
Complementary color
Monochromatic Colors of #397B5E
Black with #397B5E
Text Example
Text Example
White with #397B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B5E; }
p { color: rgb(57,123,94); }
H1.HeaderClassName
{
color: #397B5E;
}
.AnyTagClassName
{
color: #397B5E;
}
</style>
background-color css
<style>
a { background-color: #397B5E; }
a { background-color: rgb(57,123,94); }
div.DivClassName
{
background-color: #397B5E;
}
.BgClassName
{
background-color: #397B5E;
}
</style>
border-color css
<style>
span { border-color: #397B5E; }
span { border-color: rgb(57,123,94); }
td.TdClassName
{
border-color: #397B5E;
}
.TagClassName
{
border-color: #397B5E;
}
</style>