Shades of Stromboli #3E705B
Tints of Stromboli #3E705B
RGB
CMYK
RGB Variations
Color information
#3E705B (or 0x3E705B) is known color: Stromboli. HEX triplet: 3E, 70 and 5B. RGB value is (62,112,91). Sum of RGB (Red+Green+Blue) = 62+112+91=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #3E705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E705B is #C18FA4. Grayscale: #5E5E5E. Windows color (decimal): -12685221 or 5992510. OLE color: 5992510.
HSL color Cylindrical-coordinate representation of color #3E705B: hue angle of 154.8º 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 #3E705B is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 91 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.56 |
| HSL | 154.8º | 0.29% | 0.34% | - |
| HSV(B) | 154.8º | 0.45% | 0.44% | - |
| XYZ | 9.67 | 13.37 | 11.97 | - |
| YUV | 94.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 91 | 0.45 | 0 | 0.19 | 0.56 | 154.8 | 0.29 | 0.34 |
| Hex | 3E | 70 | 5B | 2D | 0 | 13 | 38 | 9B | 1D | 22 |
| Octal | 76 | 160 | 133 | 55 | 0 | 23 | 70 | 233 | 35 | 42 |
| Binary | 111110 | 1110000 | 1011011 | 101101 | 0 | 10011 | 111000 | 10011011 | 11101 | 100010 |
Color Harmonies of #3E705B
Complementary color
Monochromatic Colors of #3E705B
Black with #3E705B
Text Example
Text Example
White with #3E705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E705B; }
p { color: rgb(62,112,91); }
H1.HeaderClassName
{
color: #3E705B;
}
.AnyTagClassName
{
color: #3E705B;
}
</style>
background-color css
<style>
a { background-color: #3E705B; }
a { background-color: rgb(62,112,91); }
div.DivClassName
{
background-color: #3E705B;
}
.BgClassName
{
background-color: #3E705B;
}
</style>
border-color css
<style>
span { border-color: #3E705B; }
span { border-color: rgb(62,112,91); }
td.TdClassName
{
border-color: #3E705B;
}
.TagClassName
{
border-color: #3E705B;
}
</style>