Shades of Stromboli #3E685B
Tints of Stromboli #3E685B
RGB
CMYK
RGB Variations
Color information
#3E685B (or 0x3E685B) is known color: Stromboli. HEX triplet: 3E, 68 and 5B. RGB value is (62,104,91). Sum of RGB (Red+Green+Blue) = 62+104+91=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #3E685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E685B is #C197A4. Grayscale: #595959. Windows color (decimal): -12687269 or 5990462. OLE color: 5990462.
HSL color Cylindrical-coordinate representation of color #3E685B: hue angle of 161.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E685B is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
RGB | 62 | 104 | 91 | - |
CMYK | 0.40 | 0 | 0.12 | 0.59 |
HSL | 161.43º | 0.25% | 0.33% | - |
HSV(B) | 161.43º | 0.4% | 0.41% | - |
XYZ | 8.83 | 11.68 | 11.69 | - |
YUV | 89.96 | 128.59 | 108.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 104 | 91 | 0.40 | 0 | 0.12 | 0.59 | 161.43 | 0.25 | 0.33 |
Hex | 3E | 68 | 5B | 28 | 0 | C | 3B | A1 | 19 | 21 |
Octal | 76 | 150 | 133 | 50 | 0 | 14 | 73 | 241 | 31 | 41 |
Binary | 111110 | 1101000 | 1011011 | 101000 | 0 | 1100 | 111011 | 10100001 | 11001 | 100001 |
Color Harmonies of #3E685B
Complementary color
Monochromatic Colors of #3E685B
Black with #3E685B
Text Example
Text Example
White with #3E685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E685B; }
p { color: rgb(62,104,91); }
H1.HeaderClassName
{
color: #3E685B;
}
.AnyTagClassName
{
color: #3E685B;
}
</style>
background-color css
<style>
a { background-color: #3E685B; }
a { background-color: rgb(62,104,91); }
div.DivClassName
{
background-color: #3E685B;
}
.BgClassName
{
background-color: #3E685B;
}
</style>
border-color css
<style>
span { border-color: #3E685B; }
span { border-color: rgb(62,104,91); }
td.TdClassName
{
border-color: #3E685B;
}
.TagClassName
{
border-color: #3E685B;
}
</style>