Shades of Stromboli #3C6459
Tints of Stromboli #3C6459
RGB
CMYK
RGB Variations
Color information
#3C6459 (or 0x3C6459) is known color: Stromboli. HEX triplet: 3C, 64 and 59. RGB value is (60,100,89). Sum of RGB (Red+Green+Blue) = 60+100+89=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6459 is #C39BA6. Grayscale: #565656. Windows color (decimal): -12819367 or 5858364. OLE color: 5858364.
HSL color Cylindrical-coordinate representation of color #3C6459: hue angle of 163.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C6459 is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 100 | 89 | - |
| CMYK | 0.4 | 0 | 0.11 | 0.61 |
| HSL | 163.5º | 0.25% | 0.31% | - |
| HSV(B) | 163.5º | 0.4% | 0.39% | - |
| XYZ | 8.22 | 10.8 | 11.1 | - |
| YUV | 86.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 89 | 0.4 | 0 | 0.11 | 0.61 | 163.5 | 0.25 | 0.31 |
| Hex | 3C | 64 | 59 | 28 | 0 | B | 3D | A4 | 19 | 1F |
| Octal | 74 | 144 | 131 | 50 | 0 | 13 | 75 | 244 | 31 | 37 |
| Binary | 111100 | 1100100 | 1011001 | 101000 | 0 | 1011 | 111101 | 10100100 | 11001 | 11111 |
Color Harmonies of #3C6459
Complementary color
Monochromatic Colors of #3C6459
Black with #3C6459
Text Example
Text Example
White with #3C6459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6459; }
p { color: rgb(60,100,89); }
H1.HeaderClassName
{
color: #3C6459;
}
.AnyTagClassName
{
color: #3C6459;
}
</style>
background-color css
<style>
a { background-color: #3C6459; }
a { background-color: rgb(60,100,89); }
div.DivClassName
{
background-color: #3C6459;
}
.BgClassName
{
background-color: #3C6459;
}
</style>
border-color css
<style>
span { border-color: #3C6459; }
span { border-color: rgb(60,100,89); }
td.TdClassName
{
border-color: #3C6459;
}
.TagClassName
{
border-color: #3C6459;
}
</style>