Shades of Amazon #3E765D
Tints of Amazon #3E765D
RGB
CMYK
RGB Variations
Color information
#3E765D (or 0x3E765D) is known color: Amazon. HEX triplet: 3E, 76 and 5D. RGB value is (62,118,93). Sum of RGB (Red+Green+Blue) = 62+118+93=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #3E765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E765D is #C189A2. Grayscale: #626262. Windows color (decimal): -12683683 or 6125118. OLE color: 6125118.
HSL color Cylindrical-coordinate representation of color #3E765D: hue angle of 153.21º 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 #3E765D is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 93 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.54 |
| HSL | 153.21º | 0.31% | 0.35% | - |
| HSV(B) | 153.21º | 0.47% | 0.46% | - |
| XYZ | 10.44 | 14.77 | 12.66 | - |
| YUV | 98.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 93 | 0.47 | 0 | 0.21 | 0.54 | 153.21 | 0.31 | 0.35 |
| Hex | 3E | 76 | 5D | 2F | 0 | 15 | 36 | 99 | 1F | 23 |
| Octal | 76 | 166 | 135 | 57 | 0 | 25 | 66 | 231 | 37 | 43 |
| Binary | 111110 | 1110110 | 1011101 | 101111 | 0 | 10101 | 110110 | 10011001 | 11111 | 100011 |
Color Harmonies of #3E765D
Complementary color
Monochromatic Colors of #3E765D
Black with #3E765D
Text Example
Text Example
White with #3E765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E765D; }
p { color: rgb(62,118,93); }
H1.HeaderClassName
{
color: #3E765D;
}
.AnyTagClassName
{
color: #3E765D;
}
</style>
background-color css
<style>
a { background-color: #3E765D; }
a { background-color: rgb(62,118,93); }
div.DivClassName
{
background-color: #3E765D;
}
.BgClassName
{
background-color: #3E765D;
}
</style>
border-color css
<style>
span { border-color: #3E765D; }
span { border-color: rgb(62,118,93); }
td.TdClassName
{
border-color: #3E765D;
}
.TagClassName
{
border-color: #3E765D;
}
</style>