Shades of Amazon #377E5C
Tints of Amazon #377E5C
RGB
CMYK
RGB Variations
Color information
#377E5C (or 0x377E5C) is known color: Amazon. HEX triplet: 37, 7E and 5C. RGB value is (55,126,92). Sum of RGB (Red+Green+Blue) = 55+126+92=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #377E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E5C is #C881A3. Grayscale: #646464. Windows color (decimal): -13140388 or 6061623. OLE color: 6061623.
HSL color Cylindrical-coordinate representation of color #377E5C: hue angle of 151.27º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E5C is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 92 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.51 |
| HSL | 151.27º | 0.39% | 0.35% | - |
| HSV(B) | 151.27º | 0.56% | 0.49% | - |
| XYZ | 10.97 | 16.51 | 12.73 | - |
| YUV | 100.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 92 | 0.56 | 0 | 0.27 | 0.51 | 151.27 | 0.39 | 0.35 |
| Hex | 37 | 7E | 5C | 38 | 0 | 1B | 33 | 97 | 27 | 23 |
| Octal | 67 | 176 | 134 | 70 | 0 | 33 | 63 | 227 | 47 | 43 |
| Binary | 110111 | 1111110 | 1011100 | 111000 | 0 | 11011 | 110011 | 10010111 | 100111 | 100011 |
Color Harmonies of #377E5C
Complementary color
Monochromatic Colors of #377E5C
Black with #377E5C
Text Example
Text Example
White with #377E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E5C; }
p { color: rgb(55,126,92); }
H1.HeaderClassName
{
color: #377E5C;
}
.AnyTagClassName
{
color: #377E5C;
}
</style>
background-color css
<style>
a { background-color: #377E5C; }
a { background-color: rgb(55,126,92); }
div.DivClassName
{
background-color: #377E5C;
}
.BgClassName
{
background-color: #377E5C;
}
</style>
border-color css
<style>
span { border-color: #377E5C; }
span { border-color: rgb(55,126,92); }
td.TdClassName
{
border-color: #377E5C;
}
.TagClassName
{
border-color: #377E5C;
}
</style>