Shades of Stromboli #3F6559
Tints of Stromboli #3F6559
RGB
CMYK
RGB Variations
Color information
#3F6559 (or 0x3F6559) is known color: Stromboli. HEX triplet: 3F, 65 and 59. RGB value is (63,101,89). Sum of RGB (Red+Green+Blue) = 63+101+89=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6559 is #C09AA6. Grayscale: #585858. Windows color (decimal): -12622503 or 5858623. OLE color: 5858623.
HSL color Cylindrical-coordinate representation of color #3F6559: hue angle of 161.05º 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 #3F6559 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 89 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.60 |
| HSL | 161.05º | 0.23% | 0.32% | - |
| HSV(B) | 161.05º | 0.38% | 0.4% | - |
| XYZ | 8.51 | 11.09 | 11.14 | - |
| YUV | 88.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 89 | 0.38 | 0 | 0.12 | 0.60 | 161.05 | 0.23 | 0.32 |
| Hex | 3F | 65 | 59 | 26 | 0 | C | 3C | A1 | 17 | 20 |
| Octal | 77 | 145 | 131 | 46 | 0 | 14 | 74 | 241 | 27 | 40 |
| Binary | 111111 | 1100101 | 1011001 | 100110 | 0 | 1100 | 111100 | 10100001 | 10111 | 100000 |
Color Harmonies of #3F6559
Complementary color
Monochromatic Colors of #3F6559
Black with #3F6559
Text Example
Text Example
White with #3F6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6559; }
p { color: rgb(63,101,89); }
H1.HeaderClassName
{
color: #3F6559;
}
.AnyTagClassName
{
color: #3F6559;
}
</style>
background-color css
<style>
a { background-color: #3F6559; }
a { background-color: rgb(63,101,89); }
div.DivClassName
{
background-color: #3F6559;
}
.BgClassName
{
background-color: #3F6559;
}
</style>
border-color css
<style>
span { border-color: #3F6559; }
span { border-color: rgb(63,101,89); }
td.TdClassName
{
border-color: #3F6559;
}
.TagClassName
{
border-color: #3F6559;
}
</style>