Shades of Amazon #377A5B
Tints of Amazon #377A5B
RGB
CMYK
RGB Variations
Color information
#377A5B (or 0x377A5B) is known color: Amazon. HEX triplet: 37, 7A and 5B. RGB value is (55,122,91). Sum of RGB (Red+Green+Blue) = 55+122+91=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #377A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A5B is #C885A4. Grayscale: #626262. Windows color (decimal): -13141413 or 5995063. OLE color: 5995063.
HSL color Cylindrical-coordinate representation of color #377A5B: hue angle of 152.24º 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 #377A5B is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 91 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.52 |
| HSL | 152.24º | 0.38% | 0.35% | - |
| HSV(B) | 152.24º | 0.55% | 0.48% | - |
| XYZ | 10.42 | 15.49 | 12.34 | - |
| YUV | 98.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 91 | 0.55 | 0 | 0.25 | 0.52 | 152.24 | 0.38 | 0.35 |
| Hex | 37 | 7A | 5B | 37 | 0 | 19 | 34 | 98 | 26 | 23 |
| Octal | 67 | 172 | 133 | 67 | 0 | 31 | 64 | 230 | 46 | 43 |
| Binary | 110111 | 1111010 | 1011011 | 110111 | 0 | 11001 | 110100 | 10011000 | 100110 | 100011 |
Color Harmonies of #377A5B
Complementary color
Monochromatic Colors of #377A5B
Black with #377A5B
Text Example
Text Example
White with #377A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A5B; }
p { color: rgb(55,122,91); }
H1.HeaderClassName
{
color: #377A5B;
}
.AnyTagClassName
{
color: #377A5B;
}
</style>
background-color css
<style>
a { background-color: #377A5B; }
a { background-color: rgb(55,122,91); }
div.DivClassName
{
background-color: #377A5B;
}
.BgClassName
{
background-color: #377A5B;
}
</style>
border-color css
<style>
span { border-color: #377A5B; }
span { border-color: rgb(55,122,91); }
td.TdClassName
{
border-color: #377A5B;
}
.TagClassName
{
border-color: #377A5B;
}
</style>