Shades of Stromboli #3E705F
Tints of Stromboli #3E705F
RGB
CMYK
RGB Variations
Color information
#3E705F (or 0x3E705F) is known color: Stromboli. HEX triplet: 3E, 70 and 5F. RGB value is (62,112,95). Sum of RGB (Red+Green+Blue) = 62+112+95=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #3E705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E705F is #C18FA0. Grayscale: #5F5F5F. Windows color (decimal): -12685217 or 6254654. OLE color: 6254654.
HSL color Cylindrical-coordinate representation of color #3E705F: hue angle of 159.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E705F is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 95 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.56 |
| HSL | 159.6º | 0.29% | 0.34% | - |
| HSV(B) | 159.6º | 0.45% | 0.44% | - |
| XYZ | 9.85 | 13.44 | 12.9 | - |
| YUV | 95.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 95 | 0.45 | 0 | 0.15 | 0.56 | 159.6 | 0.29 | 0.34 |
| Hex | 3E | 70 | 5F | 2D | 0 | F | 38 | A0 | 1D | 22 |
| Octal | 76 | 160 | 137 | 55 | 0 | 17 | 70 | 240 | 35 | 42 |
| Binary | 111110 | 1110000 | 1011111 | 101101 | 0 | 1111 | 111000 | 10100000 | 11101 | 100010 |
Color Harmonies of #3E705F
Complementary color
Monochromatic Colors of #3E705F
Black with #3E705F
Text Example
Text Example
White with #3E705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E705F; }
p { color: rgb(62,112,95); }
H1.HeaderClassName
{
color: #3E705F;
}
.AnyTagClassName
{
color: #3E705F;
}
</style>
background-color css
<style>
a { background-color: #3E705F; }
a { background-color: rgb(62,112,95); }
div.DivClassName
{
background-color: #3E705F;
}
.BgClassName
{
background-color: #3E705F;
}
</style>
border-color css
<style>
span { border-color: #3E705F; }
span { border-color: rgb(62,112,95); }
td.TdClassName
{
border-color: #3E705F;
}
.TagClassName
{
border-color: #3E705F;
}
</style>