Shades of Stromboli #3C705E
Tints of Stromboli #3C705E
RGB
CMYK
RGB Variations
Color information
#3C705E (or 0x3C705E) is known color: Stromboli. HEX triplet: 3C, 70 and 5E. RGB value is (60,112,94). Sum of RGB (Red+Green+Blue) = 60+112+94=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #3C705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C705E is #C38FA1. Grayscale: #5E5E5E. Windows color (decimal): -12816290 or 6189116. OLE color: 6189116.
HSL color Cylindrical-coordinate representation of color #3C705E: hue angle of 159.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C705E is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 94 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.56 |
| HSL | 159.23º | 0.3% | 0.34% | - |
| HSV(B) | 159.23º | 0.46% | 0.44% | - |
| XYZ | 9.68 | 13.36 | 12.66 | - |
| YUV | 94.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 94 | 0.46 | 0 | 0.16 | 0.56 | 159.23 | 0.3 | 0.34 |
| Hex | 3C | 70 | 5E | 2E | 0 | 10 | 38 | 9F | 1E | 22 |
| Octal | 74 | 160 | 136 | 56 | 0 | 20 | 70 | 237 | 36 | 42 |
| Binary | 111100 | 1110000 | 1011110 | 101110 | 0 | 10000 | 111000 | 10011111 | 11110 | 100010 |
Color Harmonies of #3C705E
Complementary color
Monochromatic Colors of #3C705E
Black with #3C705E
Text Example
Text Example
White with #3C705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C705E; }
p { color: rgb(60,112,94); }
H1.HeaderClassName
{
color: #3C705E;
}
.AnyTagClassName
{
color: #3C705E;
}
</style>
background-color css
<style>
a { background-color: #3C705E; }
a { background-color: rgb(60,112,94); }
div.DivClassName
{
background-color: #3C705E;
}
.BgClassName
{
background-color: #3C705E;
}
</style>
border-color css
<style>
span { border-color: #3C705E; }
span { border-color: rgb(60,112,94); }
td.TdClassName
{
border-color: #3C705E;
}
.TagClassName
{
border-color: #3C705E;
}
</style>