Shades of Stromboli #3F6959
Tints of Stromboli #3F6959
RGB
CMYK
RGB Variations
Color information
#3F6959 (or 0x3F6959) is known color: Stromboli. HEX triplet: 3F, 69 and 59. RGB value is (63,105,89). Sum of RGB (Red+Green+Blue) = 63+105+89=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6959 is #C096A6. Grayscale: #5A5A5A. Windows color (decimal): -12621479 or 5859647. OLE color: 5859647.
HSL color Cylindrical-coordinate representation of color #3F6959: hue angle of 157.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F6959 is Cyan = 0.4, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 89 | - |
| CMYK | 0.4 | 0 | 0.15 | 0.59 |
| HSL | 157.14º | 0.25% | 0.33% | - |
| HSV(B) | 157.14º | 0.4% | 0.41% | - |
| XYZ | 8.9 | 11.88 | 11.28 | - |
| YUV | 90.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 89 | 0.4 | 0 | 0.15 | 0.59 | 157.14 | 0.25 | 0.33 |
| Hex | 3F | 69 | 59 | 28 | 0 | F | 3B | 9D | 19 | 21 |
| Octal | 77 | 151 | 131 | 50 | 0 | 17 | 73 | 235 | 31 | 41 |
| Binary | 111111 | 1101001 | 1011001 | 101000 | 0 | 1111 | 111011 | 10011101 | 11001 | 100001 |
Color Harmonies of #3F6959
Complementary color
Monochromatic Colors of #3F6959
Black with #3F6959
Text Example
Text Example
White with #3F6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6959; }
p { color: rgb(63,105,89); }
H1.HeaderClassName
{
color: #3F6959;
}
.AnyTagClassName
{
color: #3F6959;
}
</style>
background-color css
<style>
a { background-color: #3F6959; }
a { background-color: rgb(63,105,89); }
div.DivClassName
{
background-color: #3F6959;
}
.BgClassName
{
background-color: #3F6959;
}
</style>
border-color css
<style>
span { border-color: #3F6959; }
span { border-color: rgb(63,105,89); }
td.TdClassName
{
border-color: #3F6959;
}
.TagClassName
{
border-color: #3F6959;
}
</style>