Shades of Stromboli #3E685A
Tints of Stromboli #3E685A
RGB
CMYK
RGB Variations
Color information
#3E685A (or 0x3E685A) is known color: Stromboli. HEX triplet: 3E, 68 and 5A. RGB value is (62,104,90). Sum of RGB (Red+Green+Blue) = 62+104+90=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #3E685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E685A is #C197A5. Grayscale: #595959. Windows color (decimal): -12687270 or 5924926. OLE color: 5924926.
HSL color Cylindrical-coordinate representation of color #3E685A: hue angle of 160º 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 #3E685A is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 90 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.59 |
| HSL | 160º | 0.25% | 0.33% | - |
| HSV(B) | 160º | 0.4% | 0.41% | - |
| XYZ | 8.78 | 11.66 | 11.46 | - |
| YUV | 89.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 90 | 0.40 | 0 | 0.13 | 0.59 | 160 | 0.25 | 0.33 |
| Hex | 3E | 68 | 5A | 28 | 0 | D | 3B | A0 | 19 | 21 |
| Octal | 76 | 150 | 132 | 50 | 0 | 15 | 73 | 240 | 31 | 41 |
| Binary | 111110 | 1101000 | 1011010 | 101000 | 0 | 1101 | 111011 | 10100000 | 11001 | 100001 |
Color Harmonies of #3E685A
Complementary color
Monochromatic Colors of #3E685A
Black with #3E685A
Text Example
Text Example
White with #3E685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E685A; }
p { color: rgb(62,104,90); }
H1.HeaderClassName
{
color: #3E685A;
}
.AnyTagClassName
{
color: #3E685A;
}
</style>
background-color css
<style>
a { background-color: #3E685A; }
a { background-color: rgb(62,104,90); }
div.DivClassName
{
background-color: #3E685A;
}
.BgClassName
{
background-color: #3E685A;
}
</style>
border-color css
<style>
span { border-color: #3E685A; }
span { border-color: rgb(62,104,90); }
td.TdClassName
{
border-color: #3E685A;
}
.TagClassName
{
border-color: #3E685A;
}
</style>