Shades of Amazon #337355
Tints of Amazon #337355
RGB
CMYK
RGB Variations
Color information
#337355 (or 0x337355) is known color: Amazon. HEX triplet: 33, 73 and 55. RGB value is (51,115,85). Sum of RGB (Red+Green+Blue) = 51+115+85=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #337355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337355 is #CC8CAA. Grayscale: #5C5C5C. Windows color (decimal): -13405355 or 5600051. OLE color: 5600051.
HSL color Cylindrical-coordinate representation of color #337355: hue angle of 151.88º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337355 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 115 | 85 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.55 |
| HSL | 151.88º | 0.39% | 0.33% | - |
| HSV(B) | 151.88º | 0.56% | 0.45% | - |
| XYZ | 9.14 | 13.62 | 10.74 | - |
| YUV | 92.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 85 | 0.56 | 0 | 0.26 | 0.55 | 151.88 | 0.39 | 0.33 |
| Hex | 33 | 73 | 55 | 38 | 0 | 1A | 37 | 98 | 27 | 21 |
| Octal | 63 | 163 | 125 | 70 | 0 | 32 | 67 | 230 | 47 | 41 |
| Binary | 110011 | 1110011 | 1010101 | 111000 | 0 | 11010 | 110111 | 10011000 | 100111 | 100001 |
Color Harmonies of #337355
Complementary color
Monochromatic Colors of #337355
Black with #337355
Text Example
Text Example
White with #337355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337355; }
p { color: rgb(51,115,85); }
H1.HeaderClassName
{
color: #337355;
}
.AnyTagClassName
{
color: #337355;
}
</style>
background-color css
<style>
a { background-color: #337355; }
a { background-color: rgb(51,115,85); }
div.DivClassName
{
background-color: #337355;
}
.BgClassName
{
background-color: #337355;
}
</style>
border-color css
<style>
span { border-color: #337355; }
span { border-color: rgb(51,115,85); }
td.TdClassName
{
border-color: #337355;
}
.TagClassName
{
border-color: #337355;
}
</style>