Shades of Amazon #3F765C
Tints of Amazon #3F765C
RGB
CMYK
RGB Variations
Color information
#3F765C (or 0x3F765C) is known color: Amazon. HEX triplet: 3F, 76 and 5C. RGB value is (63,118,92). Sum of RGB (Red+Green+Blue) = 63+118+92=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #3F765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F765C is #C089A3. Grayscale: #626262. Windows color (decimal): -12618148 or 6059583. OLE color: 6059583.
HSL color Cylindrical-coordinate representation of color #3F765C: hue angle of 151.64º degrees, saturation: 0.3, 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 #3F765C is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 92 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.54 |
| HSL | 151.64º | 0.3% | 0.35% | - |
| HSV(B) | 151.64º | 0.47% | 0.46% | - |
| XYZ | 10.46 | 14.79 | 12.43 | - |
| YUV | 98.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 92 | 0.47 | 0 | 0.22 | 0.54 | 151.64 | 0.3 | 0.35 |
| Hex | 3F | 76 | 5C | 2F | 0 | 16 | 36 | 98 | 1E | 23 |
| Octal | 77 | 166 | 134 | 57 | 0 | 26 | 66 | 230 | 36 | 43 |
| Binary | 111111 | 1110110 | 1011100 | 101111 | 0 | 10110 | 110110 | 10011000 | 11110 | 100011 |
Color Harmonies of #3F765C
Complementary color
Monochromatic Colors of #3F765C
Black with #3F765C
Text Example
Text Example
White with #3F765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F765C; }
p { color: rgb(63,118,92); }
H1.HeaderClassName
{
color: #3F765C;
}
.AnyTagClassName
{
color: #3F765C;
}
</style>
background-color css
<style>
a { background-color: #3F765C; }
a { background-color: rgb(63,118,92); }
div.DivClassName
{
background-color: #3F765C;
}
.BgClassName
{
background-color: #3F765C;
}
</style>
border-color css
<style>
span { border-color: #3F765C; }
span { border-color: rgb(63,118,92); }
td.TdClassName
{
border-color: #3F765C;
}
.TagClassName
{
border-color: #3F765C;
}
</style>