Shades of Amazon #357E5B
Tints of Amazon #357E5B
RGB
CMYK
RGB Variations
Color information
#357E5B (or 0x357E5B) is known color: Amazon. HEX triplet: 35, 7E and 5B. RGB value is (53,126,91). Sum of RGB (Red+Green+Blue) = 53+126+91=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #357E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E5B is #CA81A4. Grayscale: #646464. Windows color (decimal): -13271461 or 5996085. OLE color: 5996085.
HSL color Cylindrical-coordinate representation of color #357E5B: hue angle of 151.23º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357E5B is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 91 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.51 |
| HSL | 151.23º | 0.41% | 0.35% | - |
| HSV(B) | 151.23º | 0.58% | 0.49% | - |
| XYZ | 10.82 | 16.43 | 12.5 | - |
| YUV | 100.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 91 | 0.58 | 0 | 0.28 | 0.51 | 151.23 | 0.41 | 0.35 |
| Hex | 35 | 7E | 5B | 3A | 0 | 1C | 33 | 97 | 29 | 23 |
| Octal | 65 | 176 | 133 | 72 | 0 | 34 | 63 | 227 | 51 | 43 |
| Binary | 110101 | 1111110 | 1011011 | 111010 | 0 | 11100 | 110011 | 10010111 | 101001 | 100011 |
Color Harmonies of #357E5B
Complementary color
Monochromatic Colors of #357E5B
Black with #357E5B
Text Example
Text Example
White with #357E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E5B; }
p { color: rgb(53,126,91); }
H1.HeaderClassName
{
color: #357E5B;
}
.AnyTagClassName
{
color: #357E5B;
}
</style>
background-color css
<style>
a { background-color: #357E5B; }
a { background-color: rgb(53,126,91); }
div.DivClassName
{
background-color: #357E5B;
}
.BgClassName
{
background-color: #357E5B;
}
</style>
border-color css
<style>
span { border-color: #357E5B; }
span { border-color: rgb(53,126,91); }
td.TdClassName
{
border-color: #357E5B;
}
.TagClassName
{
border-color: #357E5B;
}
</style>