Shades of Stromboli #3B715E
Tints of Stromboli #3B715E
RGB
CMYK
RGB Variations
Color information
#3B715E (or 0x3B715E) is known color: Stromboli. HEX triplet: 3B, 71 and 5E. RGB value is (59,113,94). Sum of RGB (Red+Green+Blue) = 59+113+94=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #3B715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B715E is #C48EA1. Grayscale: #5E5E5E. Windows color (decimal): -12881570 or 6189371. OLE color: 6189371.
HSL color Cylindrical-coordinate representation of color #3B715E: hue angle of 158.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B715E is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 113 | 94 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.56 |
| HSL | 158.89º | 0.31% | 0.34% | - |
| HSV(B) | 158.89º | 0.48% | 0.44% | - |
| XYZ | 9.73 | 13.55 | 12.69 | - |
| YUV | 94.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 113 | 94 | 0.48 | 0 | 0.17 | 0.56 | 158.89 | 0.31 | 0.34 |
| Hex | 3B | 71 | 5E | 30 | 0 | 11 | 38 | 9F | 1F | 22 |
| Octal | 73 | 161 | 136 | 60 | 0 | 21 | 70 | 237 | 37 | 42 |
| Binary | 111011 | 1110001 | 1011110 | 110000 | 0 | 10001 | 111000 | 10011111 | 11111 | 100010 |
Color Harmonies of #3B715E
Complementary color
Monochromatic Colors of #3B715E
Black with #3B715E
Text Example
Text Example
White with #3B715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B715E; }
p { color: rgb(59,113,94); }
H1.HeaderClassName
{
color: #3B715E;
}
.AnyTagClassName
{
color: #3B715E;
}
</style>
background-color css
<style>
a { background-color: #3B715E; }
a { background-color: rgb(59,113,94); }
div.DivClassName
{
background-color: #3B715E;
}
.BgClassName
{
background-color: #3B715E;
}
</style>
border-color css
<style>
span { border-color: #3B715E; }
span { border-color: rgb(59,113,94); }
td.TdClassName
{
border-color: #3B715E;
}
.TagClassName
{
border-color: #3B715E;
}
</style>