Shades of Amazon #397B5D
Tints of Amazon #397B5D
RGB
CMYK
RGB Variations
Color information
#397B5D (or 0x397B5D) is known color: Amazon. HEX triplet: 39, 7B and 5D. RGB value is (57,123,93). Sum of RGB (Red+Green+Blue) = 57+123+93=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #397B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B5D is #C684A2. Grayscale: #636363. Windows color (decimal): -13010083 or 6126393. OLE color: 6126393.
HSL color Cylindrical-coordinate representation of color #397B5D: hue angle of 152.73º 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 #397B5D is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 93 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.52 |
| HSL | 152.73º | 0.37% | 0.35% | - |
| HSV(B) | 152.73º | 0.54% | 0.48% | - |
| XYZ | 10.75 | 15.83 | 12.84 | - |
| YUV | 99.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 93 | 0.54 | 0 | 0.24 | 0.52 | 152.73 | 0.37 | 0.35 |
| Hex | 39 | 7B | 5D | 36 | 0 | 18 | 34 | 99 | 25 | 23 |
| Octal | 71 | 173 | 135 | 66 | 0 | 30 | 64 | 231 | 45 | 43 |
| Binary | 111001 | 1111011 | 1011101 | 110110 | 0 | 11000 | 110100 | 10011001 | 100101 | 100011 |
Color Harmonies of #397B5D
Complementary color
Monochromatic Colors of #397B5D
Black with #397B5D
Text Example
Text Example
White with #397B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B5D; }
p { color: rgb(57,123,93); }
H1.HeaderClassName
{
color: #397B5D;
}
.AnyTagClassName
{
color: #397B5D;
}
</style>
background-color css
<style>
a { background-color: #397B5D; }
a { background-color: rgb(57,123,93); }
div.DivClassName
{
background-color: #397B5D;
}
.BgClassName
{
background-color: #397B5D;
}
</style>
border-color css
<style>
span { border-color: #397B5D; }
span { border-color: rgb(57,123,93); }
td.TdClassName
{
border-color: #397B5D;
}
.TagClassName
{
border-color: #397B5D;
}
</style>