Shades of Amazon #357B5A
Tints of Amazon #357B5A
RGB
CMYK
RGB Variations
Color information
#357B5A (or 0x357B5A) is known color: Amazon. HEX triplet: 35, 7B and 5A. RGB value is (53,123,90). Sum of RGB (Red+Green+Blue) = 53+123+90=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #357B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B5A is #CA84A5. Grayscale: #626262. Windows color (decimal): -13272230 or 5929781. OLE color: 5929781.
HSL color Cylindrical-coordinate representation of color #357B5A: hue angle of 151.71º 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 #357B5A is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 90 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.52 |
| HSL | 151.71º | 0.4% | 0.35% | - |
| HSV(B) | 151.71º | 0.57% | 0.48% | - |
| XYZ | 10.4 | 15.66 | 12.15 | - |
| YUV | 98.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 90 | 0.57 | 0 | 0.27 | 0.52 | 151.71 | 0.4 | 0.35 |
| Hex | 35 | 7B | 5A | 39 | 0 | 1B | 34 | 98 | 28 | 23 |
| Octal | 65 | 173 | 132 | 71 | 0 | 33 | 64 | 230 | 50 | 43 |
| Binary | 110101 | 1111011 | 1011010 | 111001 | 0 | 11011 | 110100 | 10011000 | 101000 | 100011 |
Color Harmonies of #357B5A
Complementary color
Monochromatic Colors of #357B5A
Black with #357B5A
Text Example
Text Example
White with #357B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B5A; }
p { color: rgb(53,123,90); }
H1.HeaderClassName
{
color: #357B5A;
}
.AnyTagClassName
{
color: #357B5A;
}
</style>
background-color css
<style>
a { background-color: #357B5A; }
a { background-color: rgb(53,123,90); }
div.DivClassName
{
background-color: #357B5A;
}
.BgClassName
{
background-color: #357B5A;
}
</style>
border-color css
<style>
span { border-color: #357B5A; }
span { border-color: rgb(53,123,90); }
td.TdClassName
{
border-color: #357B5A;
}
.TagClassName
{
border-color: #357B5A;
}
</style>