Shades of Stromboli #3E695C
Tints of Stromboli #3E695C
RGB
CMYK
RGB Variations
Color information
#3E695C (or 0x3E695C) is known color: Stromboli. HEX triplet: 3E, 69 and 5C. RGB value is (62,105,92). Sum of RGB (Red+Green+Blue) = 62+105+92=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #3E695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E695C is #C196A3. Grayscale: #5A5A5A. Windows color (decimal): -12687012 or 6056254. OLE color: 6056254.
HSL color Cylindrical-coordinate representation of color #3E695C: hue angle of 161.86º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E695C is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 92 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.59 |
| HSL | 161.86º | 0.26% | 0.33% | - |
| HSV(B) | 161.86º | 0.41% | 0.41% | - |
| XYZ | 8.97 | 11.9 | 11.95 | - |
| YUV | 90.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 92 | 0.41 | 0 | 0.12 | 0.59 | 161.86 | 0.26 | 0.33 |
| Hex | 3E | 69 | 5C | 29 | 0 | C | 3B | A2 | 1A | 21 |
| Octal | 76 | 151 | 134 | 51 | 0 | 14 | 73 | 242 | 32 | 41 |
| Binary | 111110 | 1101001 | 1011100 | 101001 | 0 | 1100 | 111011 | 10100010 | 11010 | 100001 |
Color Harmonies of #3E695C
Complementary color
Monochromatic Colors of #3E695C
Black with #3E695C
Text Example
Text Example
White with #3E695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E695C; }
p { color: rgb(62,105,92); }
H1.HeaderClassName
{
color: #3E695C;
}
.AnyTagClassName
{
color: #3E695C;
}
</style>
background-color css
<style>
a { background-color: #3E695C; }
a { background-color: rgb(62,105,92); }
div.DivClassName
{
background-color: #3E695C;
}
.BgClassName
{
background-color: #3E695C;
}
</style>
border-color css
<style>
span { border-color: #3E695C; }
span { border-color: rgb(62,105,92); }
td.TdClassName
{
border-color: #3E695C;
}
.TagClassName
{
border-color: #3E695C;
}
</style>