Shades of Stromboli #3F6555
Tints of Stromboli #3F6555
RGB
CMYK
RGB Variations
Color information
#3F6555 (or 0x3F6555) is known color: Stromboli. HEX triplet: 3F, 65 and 55. RGB value is (63,101,85). Sum of RGB (Red+Green+Blue) = 63+101+85=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6555 is #C09AAA. Grayscale: #575757. Windows color (decimal): -12622507 or 5596479. OLE color: 5596479.
HSL color Cylindrical-coordinate representation of color #3F6555: hue angle of 154.74º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F6555 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 85 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.60 |
| HSL | 154.74º | 0.23% | 0.32% | - |
| HSV(B) | 154.74º | 0.38% | 0.4% | - |
| XYZ | 8.34 | 11.02 | 10.28 | - |
| YUV | 87.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 85 | 0.38 | 0 | 0.16 | 0.60 | 154.74 | 0.23 | 0.32 |
| Hex | 3F | 65 | 55 | 26 | 0 | 10 | 3C | 9B | 17 | 20 |
| Octal | 77 | 145 | 125 | 46 | 0 | 20 | 74 | 233 | 27 | 40 |
| Binary | 111111 | 1100101 | 1010101 | 100110 | 0 | 10000 | 111100 | 10011011 | 10111 | 100000 |
Color Harmonies of #3F6555
Complementary color
Monochromatic Colors of #3F6555
Black with #3F6555
Text Example
Text Example
White with #3F6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6555; }
p { color: rgb(63,101,85); }
H1.HeaderClassName
{
color: #3F6555;
}
.AnyTagClassName
{
color: #3F6555;
}
</style>
background-color css
<style>
a { background-color: #3F6555; }
a { background-color: rgb(63,101,85); }
div.DivClassName
{
background-color: #3F6555;
}
.BgClassName
{
background-color: #3F6555;
}
</style>
border-color css
<style>
span { border-color: #3F6555; }
span { border-color: rgb(63,101,85); }
td.TdClassName
{
border-color: #3F6555;
}
.TagClassName
{
border-color: #3F6555;
}
</style>