Shades of Amazon #357B5B
Tints of Amazon #357B5B
RGB
CMYK
RGB Variations
Color information
#357B5B (or 0x357B5B) is known color: Amazon. HEX triplet: 35, 7B and 5B. RGB value is (53,123,91). Sum of RGB (Red+Green+Blue) = 53+123+91=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #357B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B5B is #CA84A4. Grayscale: #626262. Windows color (decimal): -13272229 or 5995317. OLE color: 5995317.
HSL color Cylindrical-coordinate representation of color #357B5B: hue angle of 152.57º 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 #357B5B is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 91 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.52 |
| HSL | 152.57º | 0.4% | 0.35% | - |
| HSV(B) | 152.57º | 0.57% | 0.48% | - |
| XYZ | 10.44 | 15.68 | 12.37 | - |
| YUV | 98.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 91 | 0.57 | 0 | 0.26 | 0.52 | 152.57 | 0.4 | 0.35 |
| Hex | 35 | 7B | 5B | 39 | 0 | 1A | 34 | 99 | 28 | 23 |
| Octal | 65 | 173 | 133 | 71 | 0 | 32 | 64 | 231 | 50 | 43 |
| Binary | 110101 | 1111011 | 1011011 | 111001 | 0 | 11010 | 110100 | 10011001 | 101000 | 100011 |
Color Harmonies of #357B5B
Complementary color
Monochromatic Colors of #357B5B
Black with #357B5B
Text Example
Text Example
White with #357B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B5B; }
p { color: rgb(53,123,91); }
H1.HeaderClassName
{
color: #357B5B;
}
.AnyTagClassName
{
color: #357B5B;
}
</style>
background-color css
<style>
a { background-color: #357B5B; }
a { background-color: rgb(53,123,91); }
div.DivClassName
{
background-color: #357B5B;
}
.BgClassName
{
background-color: #357B5B;
}
</style>
border-color css
<style>
span { border-color: #357B5B; }
span { border-color: rgb(53,123,91); }
td.TdClassName
{
border-color: #357B5B;
}
.TagClassName
{
border-color: #357B5B;
}
</style>