Shades of Amazon #3E775C
Tints of Amazon #3E775C
RGB
CMYK
RGB Variations
Color information
#3E775C (or 0x3E775C) is known color: Amazon. HEX triplet: 3E, 77 and 5C. RGB value is (62,119,92). Sum of RGB (Red+Green+Blue) = 62+119+92=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #3E775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E775C is #C188A3. Grayscale: #626262. Windows color (decimal): -12683428 or 6059838. OLE color: 6059838.
HSL color Cylindrical-coordinate representation of color #3E775C: hue angle of 151.58º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E775C is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 92 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.53 |
| HSL | 151.58º | 0.31% | 0.35% | - |
| HSV(B) | 151.58º | 0.48% | 0.47% | - |
| XYZ | 10.52 | 14.99 | 12.46 | - |
| YUV | 98.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 92 | 0.48 | 0 | 0.23 | 0.53 | 151.58 | 0.31 | 0.35 |
| Hex | 3E | 77 | 5C | 30 | 0 | 17 | 35 | 98 | 1F | 23 |
| Octal | 76 | 167 | 134 | 60 | 0 | 27 | 65 | 230 | 37 | 43 |
| Binary | 111110 | 1110111 | 1011100 | 110000 | 0 | 10111 | 110101 | 10011000 | 11111 | 100011 |
Color Harmonies of #3E775C
Complementary color
Monochromatic Colors of #3E775C
Black with #3E775C
Text Example
Text Example
White with #3E775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E775C; }
p { color: rgb(62,119,92); }
H1.HeaderClassName
{
color: #3E775C;
}
.AnyTagClassName
{
color: #3E775C;
}
</style>
background-color css
<style>
a { background-color: #3E775C; }
a { background-color: rgb(62,119,92); }
div.DivClassName
{
background-color: #3E775C;
}
.BgClassName
{
background-color: #3E775C;
}
</style>
border-color css
<style>
span { border-color: #3E775C; }
span { border-color: rgb(62,119,92); }
td.TdClassName
{
border-color: #3E775C;
}
.TagClassName
{
border-color: #3E775C;
}
</style>