Shades of Stromboli #3C605A
Tints of Stromboli #3C605A
RGB
CMYK
RGB Variations
Color information
#3C605A (or 0x3C605A) is known color: Stromboli. HEX triplet: 3C, 60 and 5A. RGB value is (60,96,90). Sum of RGB (Red+Green+Blue) = 60+96+90=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #3C605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C605A is #C39FA5. Grayscale: #545454. Windows color (decimal): -12820390 or 5922876. OLE color: 5922876.
HSL color Cylindrical-coordinate representation of color #3C605A: hue angle of 170º 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 #3C605A is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 90 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.62 |
| HSL | 170º | 0.23% | 0.31% | - |
| HSV(B) | 170º | 0.38% | 0.38% | - |
| XYZ | 7.89 | 10.06 | 11.2 | - |
| YUV | 84.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 90 | 0.38 | 0 | 0.06 | 0.62 | 170 | 0.23 | 0.31 |
| Hex | 3C | 60 | 5A | 26 | 0 | 6 | 3E | AA | 17 | 1F |
| Octal | 74 | 140 | 132 | 46 | 0 | 6 | 76 | 252 | 27 | 37 |
| Binary | 111100 | 1100000 | 1011010 | 100110 | 0 | 110 | 111110 | 10101010 | 10111 | 11111 |
Color Harmonies of #3C605A
Complementary color
Monochromatic Colors of #3C605A
Black with #3C605A
Text Example
Text Example
White with #3C605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C605A; }
p { color: rgb(60,96,90); }
H1.HeaderClassName
{
color: #3C605A;
}
.AnyTagClassName
{
color: #3C605A;
}
</style>
background-color css
<style>
a { background-color: #3C605A; }
a { background-color: rgb(60,96,90); }
div.DivClassName
{
background-color: #3C605A;
}
.BgClassName
{
background-color: #3C605A;
}
</style>
border-color css
<style>
span { border-color: #3C605A; }
span { border-color: rgb(60,96,90); }
td.TdClassName
{
border-color: #3C605A;
}
.TagClassName
{
border-color: #3C605A;
}
</style>