Shades of Amazon #377A5E
Tints of Amazon #377A5E
RGB
CMYK
RGB Variations
Color information
#377A5E (or 0x377A5E) is known color: Amazon. HEX triplet: 37, 7A and 5E. RGB value is (55,122,94). Sum of RGB (Red+Green+Blue) = 55+122+94=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #377A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A5E is #C885A1. Grayscale: #626262. Windows color (decimal): -13141410 or 6191671. OLE color: 6191671.
HSL color Cylindrical-coordinate representation of color #377A5E: hue angle of 154.93º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A5E is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 94 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.52 |
| HSL | 154.93º | 0.38% | 0.35% | - |
| HSV(B) | 154.93º | 0.55% | 0.48% | - |
| XYZ | 10.56 | 15.54 | 13.03 | - |
| YUV | 98.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 94 | 0.55 | 0 | 0.23 | 0.52 | 154.93 | 0.38 | 0.35 |
| Hex | 37 | 7A | 5E | 37 | 0 | 17 | 34 | 9B | 26 | 23 |
| Octal | 67 | 172 | 136 | 67 | 0 | 27 | 64 | 233 | 46 | 43 |
| Binary | 110111 | 1111010 | 1011110 | 110111 | 0 | 10111 | 110100 | 10011011 | 100110 | 100011 |
Color Harmonies of #377A5E
Complementary color
Monochromatic Colors of #377A5E
Black with #377A5E
Text Example
Text Example
White with #377A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A5E; }
p { color: rgb(55,122,94); }
H1.HeaderClassName
{
color: #377A5E;
}
.AnyTagClassName
{
color: #377A5E;
}
</style>
background-color css
<style>
a { background-color: #377A5E; }
a { background-color: rgb(55,122,94); }
div.DivClassName
{
background-color: #377A5E;
}
.BgClassName
{
background-color: #377A5E;
}
</style>
border-color css
<style>
span { border-color: #377A5E; }
span { border-color: rgb(55,122,94); }
td.TdClassName
{
border-color: #377A5E;
}
.TagClassName
{
border-color: #377A5E;
}
</style>