Shades of Stromboli #3E685E
Tints of Stromboli #3E685E
RGB
CMYK
RGB Variations
Color information
#3E685E (or 0x3E685E) is known color: Stromboli. HEX triplet: 3E, 68 and 5E. RGB value is (62,104,94). Sum of RGB (Red+Green+Blue) = 62+104+94=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #3E685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E685E is #C197A1. Grayscale: #5A5A5A. Windows color (decimal): -12687266 or 6187070. OLE color: 6187070.
HSL color Cylindrical-coordinate representation of color #3E685E: hue angle of 165.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E685E is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 94 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.59 |
| HSL | 165.71º | 0.25% | 0.33% | - |
| HSV(B) | 165.71º | 0.4% | 0.41% | - |
| XYZ | 8.96 | 11.73 | 12.38 | - |
| YUV | 90.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 94 | 0.40 | 0 | 0.10 | 0.59 | 165.71 | 0.25 | 0.33 |
| Hex | 3E | 68 | 5E | 28 | 0 | A | 3B | A6 | 19 | 21 |
| Octal | 76 | 150 | 136 | 50 | 0 | 12 | 73 | 246 | 31 | 41 |
| Binary | 111110 | 1101000 | 1011110 | 101000 | 0 | 1010 | 111011 | 10100110 | 11001 | 100001 |
Color Harmonies of #3E685E
Complementary color
Monochromatic Colors of #3E685E
Black with #3E685E
Text Example
Text Example
White with #3E685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E685E; }
p { color: rgb(62,104,94); }
H1.HeaderClassName
{
color: #3E685E;
}
.AnyTagClassName
{
color: #3E685E;
}
</style>
background-color css
<style>
a { background-color: #3E685E; }
a { background-color: rgb(62,104,94); }
div.DivClassName
{
background-color: #3E685E;
}
.BgClassName
{
background-color: #3E685E;
}
</style>
border-color css
<style>
span { border-color: #3E685E; }
span { border-color: rgb(62,104,94); }
td.TdClassName
{
border-color: #3E685E;
}
.TagClassName
{
border-color: #3E685E;
}
</style>