Shades of Amazon #3B765C
Tints of Amazon #3B765C
RGB
CMYK
RGB Variations
Color information
#3B765C (or 0x3B765C) is known color: Amazon. HEX triplet: 3B, 76 and 5C. RGB value is (59,118,92). Sum of RGB (Red+Green+Blue) = 59+118+92=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #3B765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B765C is #C489A3. Grayscale: #616161. Windows color (decimal): -12880292 or 6059579. OLE color: 6059579.
HSL color Cylindrical-coordinate representation of color #3B765C: hue angle of 153.56º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B765C is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 92 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.54 |
| HSL | 153.56º | 0.33% | 0.35% | - |
| HSV(B) | 153.56º | 0.5% | 0.46% | - |
| XYZ | 10.21 | 14.66 | 12.42 | - |
| YUV | 97.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 92 | 0.50 | 0 | 0.22 | 0.54 | 153.56 | 0.33 | 0.35 |
| Hex | 3B | 76 | 5C | 32 | 0 | 16 | 36 | 9A | 21 | 23 |
| Octal | 73 | 166 | 134 | 62 | 0 | 26 | 66 | 232 | 41 | 43 |
| Binary | 111011 | 1110110 | 1011100 | 110010 | 0 | 10110 | 110110 | 10011010 | 100001 | 100011 |
Color Harmonies of #3B765C
Complementary color
Monochromatic Colors of #3B765C
Black with #3B765C
Text Example
Text Example
White with #3B765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B765C; }
p { color: rgb(59,118,92); }
H1.HeaderClassName
{
color: #3B765C;
}
.AnyTagClassName
{
color: #3B765C;
}
</style>
background-color css
<style>
a { background-color: #3B765C; }
a { background-color: rgb(59,118,92); }
div.DivClassName
{
background-color: #3B765C;
}
.BgClassName
{
background-color: #3B765C;
}
</style>
border-color css
<style>
span { border-color: #3B765C; }
span { border-color: rgb(59,118,92); }
td.TdClassName
{
border-color: #3B765C;
}
.TagClassName
{
border-color: #3B765C;
}
</style>