Shades of Stromboli #3E655A
Tints of Stromboli #3E655A
RGB
CMYK
RGB Variations
Color information
#3E655A (or 0x3E655A) is known color: Stromboli. HEX triplet: 3E, 65 and 5A. RGB value is (62,101,90). Sum of RGB (Red+Green+Blue) = 62+101+90=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #3E655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E655A is #C19AA5. Grayscale: #585858. Windows color (decimal): -12688038 or 5924158. OLE color: 5924158.
HSL color Cylindrical-coordinate representation of color #3E655A: hue angle of 163.08º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E655A is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 101 | 90 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.60 |
| HSL | 163.08º | 0.24% | 0.32% | - |
| HSV(B) | 163.08º | 0.39% | 0.4% | - |
| XYZ | 8.49 | 11.07 | 11.36 | - |
| YUV | 88.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 90 | 0.39 | 0 | 0.11 | 0.60 | 163.08 | 0.24 | 0.32 |
| Hex | 3E | 65 | 5A | 27 | 0 | B | 3C | A3 | 18 | 20 |
| Octal | 76 | 145 | 132 | 47 | 0 | 13 | 74 | 243 | 30 | 40 |
| Binary | 111110 | 1100101 | 1011010 | 100111 | 0 | 1011 | 111100 | 10100011 | 11000 | 100000 |
Color Harmonies of #3E655A
Complementary color
Monochromatic Colors of #3E655A
Black with #3E655A
Text Example
Text Example
White with #3E655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E655A; }
p { color: rgb(62,101,90); }
H1.HeaderClassName
{
color: #3E655A;
}
.AnyTagClassName
{
color: #3E655A;
}
</style>
background-color css
<style>
a { background-color: #3E655A; }
a { background-color: rgb(62,101,90); }
div.DivClassName
{
background-color: #3E655A;
}
.BgClassName
{
background-color: #3E655A;
}
</style>
border-color css
<style>
span { border-color: #3E655A; }
span { border-color: rgb(62,101,90); }
td.TdClassName
{
border-color: #3E655A;
}
.TagClassName
{
border-color: #3E655A;
}
</style>