Shades of Stromboli #3F6052
Tints of Stromboli #3F6052
RGB
CMYK
RGB Variations
Color information
#3F6052 (or 0x3F6052) is known color: Stromboli. HEX triplet: 3F, 60 and 52. RGB value is (63,96,82). Sum of RGB (Red+Green+Blue) = 63+96+82=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6052 is #C09FAD. Grayscale: #545454. Windows color (decimal): -12623790 or 5398591. OLE color: 5398591.
HSL color Cylindrical-coordinate representation of color #3F6052: hue angle of 154.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F6052 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 82 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.62 |
| HSL | 154.55º | 0.21% | 0.31% | - |
| HSV(B) | 154.55º | 0.34% | 0.38% | - |
| XYZ | 7.76 | 10.03 | 9.51 | - |
| YUV | 84.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 82 | 0.34 | 0 | 0.15 | 0.62 | 154.55 | 0.21 | 0.31 |
| Hex | 3F | 60 | 52 | 22 | 0 | F | 3E | 9B | 15 | 1F |
| Octal | 77 | 140 | 122 | 42 | 0 | 17 | 76 | 233 | 25 | 37 |
| Binary | 111111 | 1100000 | 1010010 | 100010 | 0 | 1111 | 111110 | 10011011 | 10101 | 11111 |
Color Harmonies of #3F6052
Complementary color
Monochromatic Colors of #3F6052
Black with #3F6052
Text Example
Text Example
White with #3F6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6052; }
p { color: rgb(63,96,82); }
H1.HeaderClassName
{
color: #3F6052;
}
.AnyTagClassName
{
color: #3F6052;
}
</style>
background-color css
<style>
a { background-color: #3F6052; }
a { background-color: rgb(63,96,82); }
div.DivClassName
{
background-color: #3F6052;
}
.BgClassName
{
background-color: #3F6052;
}
</style>
border-color css
<style>
span { border-color: #3F6052; }
span { border-color: rgb(63,96,82); }
td.TdClassName
{
border-color: #3F6052;
}
.TagClassName
{
border-color: #3F6052;
}
</style>