Shades of Amazon #357B5D
Tints of Amazon #357B5D
RGB
CMYK
RGB Variations
Color information
#357B5D (or 0x357B5D) is known color: Amazon. HEX triplet: 35, 7B and 5D. RGB value is (53,123,93). Sum of RGB (Red+Green+Blue) = 53+123+93=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #357B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B5D is #CA84A2. Grayscale: #626262. Windows color (decimal): -13272227 or 6126389. OLE color: 6126389.
HSL color Cylindrical-coordinate representation of color #357B5D: hue angle of 154.29º 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 #357B5D is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 93 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.52 |
| HSL | 154.29º | 0.4% | 0.35% | - |
| HSV(B) | 154.29º | 0.57% | 0.48% | - |
| XYZ | 10.53 | 15.71 | 12.83 | - |
| YUV | 98.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 93 | 0.57 | 0 | 0.24 | 0.52 | 154.29 | 0.4 | 0.35 |
| Hex | 35 | 7B | 5D | 39 | 0 | 18 | 34 | 9A | 28 | 23 |
| Octal | 65 | 173 | 135 | 71 | 0 | 30 | 64 | 232 | 50 | 43 |
| Binary | 110101 | 1111011 | 1011101 | 111001 | 0 | 11000 | 110100 | 10011010 | 101000 | 100011 |
Color Harmonies of #357B5D
Complementary color
Monochromatic Colors of #357B5D
Black with #357B5D
Text Example
Text Example
White with #357B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B5D; }
p { color: rgb(53,123,93); }
H1.HeaderClassName
{
color: #357B5D;
}
.AnyTagClassName
{
color: #357B5D;
}
</style>
background-color css
<style>
a { background-color: #357B5D; }
a { background-color: rgb(53,123,93); }
div.DivClassName
{
background-color: #357B5D;
}
.BgClassName
{
background-color: #357B5D;
}
</style>
border-color css
<style>
span { border-color: #357B5D; }
span { border-color: rgb(53,123,93); }
td.TdClassName
{
border-color: #357B5D;
}
.TagClassName
{
border-color: #357B5D;
}
</style>