Shades of Stromboli #3C6052
Tints of Stromboli #3C6052
RGB
CMYK
RGB Variations
Color information
#3C6052 (or 0x3C6052) is known color: Stromboli. HEX triplet: 3C, 60 and 52. RGB value is (60,96,82). Sum of RGB (Red+Green+Blue) = 60+96+82=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6052 is #C39FAD. Grayscale: #535353. Windows color (decimal): -12820398 or 5398588. OLE color: 5398588.
HSL color Cylindrical-coordinate representation of color #3C6052: hue angle of 156.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6052 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 82 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.62 |
| HSL | 156.67º | 0.23% | 0.31% | - |
| HSV(B) | 156.67º | 0.38% | 0.38% | - |
| XYZ | 7.57 | 9.94 | 9.5 | - |
| YUV | 83.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 82 | 0.38 | 0 | 0.15 | 0.62 | 156.67 | 0.23 | 0.31 |
| Hex | 3C | 60 | 52 | 26 | 0 | F | 3E | 9D | 17 | 1F |
| Octal | 74 | 140 | 122 | 46 | 0 | 17 | 76 | 235 | 27 | 37 |
| Binary | 111100 | 1100000 | 1010010 | 100110 | 0 | 1111 | 111110 | 10011101 | 10111 | 11111 |
Color Harmonies of #3C6052
Complementary color
Monochromatic Colors of #3C6052
Black with #3C6052
Text Example
Text Example
White with #3C6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6052; }
p { color: rgb(60,96,82); }
H1.HeaderClassName
{
color: #3C6052;
}
.AnyTagClassName
{
color: #3C6052;
}
</style>
background-color css
<style>
a { background-color: #3C6052; }
a { background-color: rgb(60,96,82); }
div.DivClassName
{
background-color: #3C6052;
}
.BgClassName
{
background-color: #3C6052;
}
</style>
border-color css
<style>
span { border-color: #3C6052; }
span { border-color: rgb(60,96,82); }
td.TdClassName
{
border-color: #3C6052;
}
.TagClassName
{
border-color: #3C6052;
}
</style>