Shades of Stromboli #3C6857
Tints of Stromboli #3C6857
RGB
CMYK
RGB Variations
Color information
#3C6857 (or 0x3C6857) is known color: Stromboli. HEX triplet: 3C, 68 and 57. RGB value is (60,104,87). Sum of RGB (Red+Green+Blue) = 60+104+87=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #3C6857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6857 is #C397A8. Grayscale: #585858. Windows color (decimal): -12818345 or 5728316. OLE color: 5728316.
HSL color Cylindrical-coordinate representation of color #3C6857: hue angle of 156.82º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C6857 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 104 | 87 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.59 |
| HSL | 156.82º | 0.27% | 0.32% | - |
| HSV(B) | 156.82º | 0.42% | 0.41% | - |
| XYZ | 8.53 | 11.55 | 10.8 | - |
| YUV | 88.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 87 | 0.42 | 0 | 0.16 | 0.59 | 156.82 | 0.27 | 0.32 |
| Hex | 3C | 68 | 57 | 2A | 0 | 10 | 3B | 9D | 1B | 20 |
| Octal | 74 | 150 | 127 | 52 | 0 | 20 | 73 | 235 | 33 | 40 |
| Binary | 111100 | 1101000 | 1010111 | 101010 | 0 | 10000 | 111011 | 10011101 | 11011 | 100000 |
Color Harmonies of #3C6857
Complementary color
Monochromatic Colors of #3C6857
Black with #3C6857
Text Example
Text Example
White with #3C6857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6857; }
p { color: rgb(60,104,87); }
H1.HeaderClassName
{
color: #3C6857;
}
.AnyTagClassName
{
color: #3C6857;
}
</style>
background-color css
<style>
a { background-color: #3C6857; }
a { background-color: rgb(60,104,87); }
div.DivClassName
{
background-color: #3C6857;
}
.BgClassName
{
background-color: #3C6857;
}
</style>
border-color css
<style>
span { border-color: #3C6857; }
span { border-color: rgb(60,104,87); }
td.TdClassName
{
border-color: #3C6857;
}
.TagClassName
{
border-color: #3C6857;
}
</style>