Shades of Stromboli #3F5F58
Tints of Stromboli #3F5F58
RGB
CMYK
RGB Variations
Color information
#3F5F58 (or 0x3F5F58) is known color: Stromboli. HEX triplet: 3F, 5F and 58. RGB value is (63,95,88). Sum of RGB (Red+Green+Blue) = 63+95+88=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5F58 is #C0A0A7. Grayscale: #545454. Windows color (decimal): -12624040 or 5791551. OLE color: 5791551.
HSL color Cylindrical-coordinate representation of color #3F5F58: hue angle of 166.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5F58 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 95 | 88 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.63 |
| HSL | 166.88º | 0.2% | 0.31% | - |
| HSV(B) | 166.88º | 0.34% | 0.37% | - |
| XYZ | 7.9 | 9.95 | 10.74 | - |
| YUV | 84.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 88 | 0.34 | 0 | 0.07 | 0.63 | 166.88 | 0.2 | 0.31 |
| Hex | 3F | 5F | 58 | 22 | 0 | 7 | 3F | A7 | 14 | 1F |
| Octal | 77 | 137 | 130 | 42 | 0 | 7 | 77 | 247 | 24 | 37 |
| Binary | 111111 | 1011111 | 1011000 | 100010 | 0 | 111 | 111111 | 10100111 | 10100 | 11111 |
Color Harmonies of #3F5F58
Complementary color
Monochromatic Colors of #3F5F58
Black with #3F5F58
Text Example
Text Example
White with #3F5F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F58; }
p { color: rgb(63,95,88); }
H1.HeaderClassName
{
color: #3F5F58;
}
.AnyTagClassName
{
color: #3F5F58;
}
</style>
background-color css
<style>
a { background-color: #3F5F58; }
a { background-color: rgb(63,95,88); }
div.DivClassName
{
background-color: #3F5F58;
}
.BgClassName
{
background-color: #3F5F58;
}
</style>
border-color css
<style>
span { border-color: #3F5F58; }
span { border-color: rgb(63,95,88); }
td.TdClassName
{
border-color: #3F5F58;
}
.TagClassName
{
border-color: #3F5F58;
}
</style>