Shades of Amazon #357B5E
Tints of Amazon #357B5E
RGB
CMYK
RGB Variations
Color information
#357B5E (or 0x357B5E) is known color: Amazon. HEX triplet: 35, 7B and 5E. RGB value is (53,123,94). Sum of RGB (Red+Green+Blue) = 53+123+94=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #357B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B5E is #CA84A1. Grayscale: #626262. Windows color (decimal): -13272226 or 6191925. OLE color: 6191925.
HSL color Cylindrical-coordinate representation of color #357B5E: hue angle of 155.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357B5E is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 94 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.52 |
| HSL | 155.14º | 0.4% | 0.35% | - |
| HSV(B) | 155.14º | 0.57% | 0.48% | - |
| XYZ | 10.57 | 15.73 | 13.07 | - |
| YUV | 98.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 94 | 0.57 | 0 | 0.24 | 0.52 | 155.14 | 0.4 | 0.35 |
| Hex | 35 | 7B | 5E | 39 | 0 | 18 | 34 | 9B | 28 | 23 |
| Octal | 65 | 173 | 136 | 71 | 0 | 30 | 64 | 233 | 50 | 43 |
| Binary | 110101 | 1111011 | 1011110 | 111001 | 0 | 11000 | 110100 | 10011011 | 101000 | 100011 |
Color Harmonies of #357B5E
Complementary color
Monochromatic Colors of #357B5E
Black with #357B5E
Text Example
Text Example
White with #357B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B5E; }
p { color: rgb(53,123,94); }
H1.HeaderClassName
{
color: #357B5E;
}
.AnyTagClassName
{
color: #357B5E;
}
</style>
background-color css
<style>
a { background-color: #357B5E; }
a { background-color: rgb(53,123,94); }
div.DivClassName
{
background-color: #357B5E;
}
.BgClassName
{
background-color: #357B5E;
}
</style>
border-color css
<style>
span { border-color: #357B5E; }
span { border-color: rgb(53,123,94); }
td.TdClassName
{
border-color: #357B5E;
}
.TagClassName
{
border-color: #357B5E;
}
</style>