Shades of Stromboli #3C635C
Tints of Stromboli #3C635C
RGB
CMYK
RGB Variations
Color information
#3C635C (or 0x3C635C) is known color: Stromboli. HEX triplet: 3C, 63 and 5C. RGB value is (60,99,92). Sum of RGB (Red+Green+Blue) = 60+99+92=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #3C635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C635C is #C39CA3. Grayscale: #565656. Windows color (decimal): -12819620 or 6054716. OLE color: 6054716.
HSL color Cylindrical-coordinate representation of color #3C635C: hue angle of 169.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C635C is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 92 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.61 |
| HSL | 169.23º | 0.25% | 0.31% | - |
| HSV(B) | 169.23º | 0.39% | 0.39% | - |
| XYZ | 8.26 | 10.66 | 11.75 | - |
| YUV | 86.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 92 | 0.39 | 0 | 0.07 | 0.61 | 169.23 | 0.25 | 0.31 |
| Hex | 3C | 63 | 5C | 27 | 0 | 7 | 3D | A9 | 19 | 1F |
| Octal | 74 | 143 | 134 | 47 | 0 | 7 | 75 | 251 | 31 | 37 |
| Binary | 111100 | 1100011 | 1011100 | 100111 | 0 | 111 | 111101 | 10101001 | 11001 | 11111 |
Color Harmonies of #3C635C
Complementary color
Monochromatic Colors of #3C635C
Black with #3C635C
Text Example
Text Example
White with #3C635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C635C; }
p { color: rgb(60,99,92); }
H1.HeaderClassName
{
color: #3C635C;
}
.AnyTagClassName
{
color: #3C635C;
}
</style>
background-color css
<style>
a { background-color: #3C635C; }
a { background-color: rgb(60,99,92); }
div.DivClassName
{
background-color: #3C635C;
}
.BgClassName
{
background-color: #3C635C;
}
</style>
border-color css
<style>
span { border-color: #3C635C; }
span { border-color: rgb(60,99,92); }
td.TdClassName
{
border-color: #3C635C;
}
.TagClassName
{
border-color: #3C635C;
}
</style>