Shades of Stromboli #3E705C
Tints of Stromboli #3E705C
RGB
CMYK
RGB Variations
Color information
#3E705C (or 0x3E705C) is known color: Stromboli. HEX triplet: 3E, 70 and 5C. RGB value is (62,112,92). Sum of RGB (Red+Green+Blue) = 62+112+92=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #3E705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E705C is #C18FA3. Grayscale: #5E5E5E. Windows color (decimal): -12685220 or 6058046. OLE color: 6058046.
HSL color Cylindrical-coordinate representation of color #3E705C: hue angle of 156º 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 #3E705C is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 92 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.56 |
| HSL | 156º | 0.29% | 0.34% | - |
| HSV(B) | 156º | 0.45% | 0.44% | - |
| XYZ | 9.71 | 13.39 | 12.2 | - |
| YUV | 94.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 92 | 0.45 | 0 | 0.18 | 0.56 | 156 | 0.29 | 0.34 |
| Hex | 3E | 70 | 5C | 2D | 0 | 12 | 38 | 9C | 1D | 22 |
| Octal | 76 | 160 | 134 | 55 | 0 | 22 | 70 | 234 | 35 | 42 |
| Binary | 111110 | 1110000 | 1011100 | 101101 | 0 | 10010 | 111000 | 10011100 | 11101 | 100010 |
Color Harmonies of #3E705C
Complementary color
Monochromatic Colors of #3E705C
Black with #3E705C
Text Example
Text Example
White with #3E705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E705C; }
p { color: rgb(62,112,92); }
H1.HeaderClassName
{
color: #3E705C;
}
.AnyTagClassName
{
color: #3E705C;
}
</style>
background-color css
<style>
a { background-color: #3E705C; }
a { background-color: rgb(62,112,92); }
div.DivClassName
{
background-color: #3E705C;
}
.BgClassName
{
background-color: #3E705C;
}
</style>
border-color css
<style>
span { border-color: #3E705C; }
span { border-color: rgb(62,112,92); }
td.TdClassName
{
border-color: #3E705C;
}
.TagClassName
{
border-color: #3E705C;
}
</style>