Shades of Stromboli #3C655D
Tints of Stromboli #3C655D
RGB
CMYK
RGB Variations
Color information
#3C655D (or 0x3C655D) is known color: Stromboli. HEX triplet: 3C, 65 and 5D. RGB value is (60,101,93). Sum of RGB (Red+Green+Blue) = 60+101+93=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #3C655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C655D is #C39AA2. Grayscale: #575757. Windows color (decimal): -12819107 or 6120764. OLE color: 6120764.
HSL color Cylindrical-coordinate representation of color #3C655D: hue angle of 168.29º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C655D is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 101 | 93 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.60 |
| HSL | 168.29º | 0.25% | 0.32% | - |
| HSV(B) | 168.29º | 0.41% | 0.4% | - |
| XYZ | 8.49 | 11.06 | 12.04 | - |
| YUV | 87.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 93 | 0.41 | 0 | 0.08 | 0.60 | 168.29 | 0.25 | 0.32 |
| Hex | 3C | 65 | 5D | 29 | 0 | 8 | 3C | A8 | 19 | 20 |
| Octal | 74 | 145 | 135 | 51 | 0 | 10 | 74 | 250 | 31 | 40 |
| Binary | 111100 | 1100101 | 1011101 | 101001 | 0 | 1000 | 111100 | 10101000 | 11001 | 100000 |
Color Harmonies of #3C655D
Complementary color
Monochromatic Colors of #3C655D
Black with #3C655D
Text Example
Text Example
White with #3C655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C655D; }
p { color: rgb(60,101,93); }
H1.HeaderClassName
{
color: #3C655D;
}
.AnyTagClassName
{
color: #3C655D;
}
</style>
background-color css
<style>
a { background-color: #3C655D; }
a { background-color: rgb(60,101,93); }
div.DivClassName
{
background-color: #3C655D;
}
.BgClassName
{
background-color: #3C655D;
}
</style>
border-color css
<style>
span { border-color: #3C655D; }
span { border-color: rgb(60,101,93); }
td.TdClassName
{
border-color: #3C655D;
}
.TagClassName
{
border-color: #3C655D;
}
</style>