Shades of Amazon #3E765E
Tints of Amazon #3E765E
RGB
CMYK
RGB Variations
Color information
#3E765E (or 0x3E765E) is known color: Amazon. HEX triplet: 3E, 76 and 5E. RGB value is (62,118,94). Sum of RGB (Red+Green+Blue) = 62+118+94=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #3E765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E765E is #C189A1. Grayscale: #626262. Windows color (decimal): -12683682 or 6190654. OLE color: 6190654.
HSL color Cylindrical-coordinate representation of color #3E765E: hue angle of 154.29º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E765E is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 94 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.54 |
| HSL | 154.29º | 0.31% | 0.35% | - |
| HSV(B) | 154.29º | 0.47% | 0.46% | - |
| XYZ | 10.49 | 14.79 | 12.89 | - |
| YUV | 98.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 94 | 0.47 | 0 | 0.20 | 0.54 | 154.29 | 0.31 | 0.35 |
| Hex | 3E | 76 | 5E | 2F | 0 | 14 | 36 | 9A | 1F | 23 |
| Octal | 76 | 166 | 136 | 57 | 0 | 24 | 66 | 232 | 37 | 43 |
| Binary | 111110 | 1110110 | 1011110 | 101111 | 0 | 10100 | 110110 | 10011010 | 11111 | 100011 |
Color Harmonies of #3E765E
Complementary color
Monochromatic Colors of #3E765E
Black with #3E765E
Text Example
Text Example
White with #3E765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E765E; }
p { color: rgb(62,118,94); }
H1.HeaderClassName
{
color: #3E765E;
}
.AnyTagClassName
{
color: #3E765E;
}
</style>
background-color css
<style>
a { background-color: #3E765E; }
a { background-color: rgb(62,118,94); }
div.DivClassName
{
background-color: #3E765E;
}
.BgClassName
{
background-color: #3E765E;
}
</style>
border-color css
<style>
span { border-color: #3E765E; }
span { border-color: rgb(62,118,94); }
td.TdClassName
{
border-color: #3E765E;
}
.TagClassName
{
border-color: #3E765E;
}
</style>