Shades of Stromboli #3C665C
Tints of Stromboli #3C665C
RGB
CMYK
RGB Variations
Color information
#3C665C (or 0x3C665C) is known color: Stromboli. HEX triplet: 3C, 66 and 5C. RGB value is (60,102,92). Sum of RGB (Red+Green+Blue) = 60+102+92=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #3C665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C665C is #C399A3. Grayscale: #585858. Windows color (decimal): -12818852 or 6055484. OLE color: 6055484.
HSL color Cylindrical-coordinate representation of color #3C665C: hue angle of 165.71º degrees, saturation: 0.26, 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 #3C665C is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 102 | 92 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.6 |
| HSL | 165.71º | 0.26% | 0.32% | - |
| HSV(B) | 165.71º | 0.41% | 0.4% | - |
| XYZ | 8.55 | 11.24 | 11.84 | - |
| YUV | 88.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 92 | 0.41 | 0 | 0.10 | 0.6 | 165.71 | 0.26 | 0.32 |
| Hex | 3C | 66 | 5C | 29 | 0 | A | 3C | A6 | 1A | 20 |
| Octal | 74 | 146 | 134 | 51 | 0 | 12 | 74 | 246 | 32 | 40 |
| Binary | 111100 | 1100110 | 1011100 | 101001 | 0 | 1010 | 111100 | 10100110 | 11010 | 100000 |
Color Harmonies of #3C665C
Complementary color
Monochromatic Colors of #3C665C
Black with #3C665C
Text Example
Text Example
White with #3C665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C665C; }
p { color: rgb(60,102,92); }
H1.HeaderClassName
{
color: #3C665C;
}
.AnyTagClassName
{
color: #3C665C;
}
</style>
background-color css
<style>
a { background-color: #3C665C; }
a { background-color: rgb(60,102,92); }
div.DivClassName
{
background-color: #3C665C;
}
.BgClassName
{
background-color: #3C665C;
}
</style>
border-color css
<style>
span { border-color: #3C665C; }
span { border-color: rgb(60,102,92); }
td.TdClassName
{
border-color: #3C665C;
}
.TagClassName
{
border-color: #3C665C;
}
</style>