Shades of Stromboli #3B685E
Tints of Stromboli #3B685E
RGB
CMYK
RGB Variations
Color information
#3B685E (or 0x3B685E) is known color: Stromboli. HEX triplet: 3B, 68 and 5E. RGB value is (59,104,94). Sum of RGB (Red+Green+Blue) = 59+104+94=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #3B685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B685E is #C497A1. Grayscale: #595959. Windows color (decimal): -12883874 or 6187067. OLE color: 6187067.
HSL color Cylindrical-coordinate representation of color #3B685E: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B685E is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 104 | 94 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.59 |
| HSL | 166.67º | 0.28% | 0.32% | - |
| HSV(B) | 166.67º | 0.43% | 0.41% | - |
| XYZ | 8.77 | 11.64 | 12.37 | - |
| YUV | 89.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 94 | 0.43 | 0 | 0.10 | 0.59 | 166.67 | 0.28 | 0.32 |
| Hex | 3B | 68 | 5E | 2B | 0 | A | 3B | A7 | 1C | 20 |
| Octal | 73 | 150 | 136 | 53 | 0 | 12 | 73 | 247 | 34 | 40 |
| Binary | 111011 | 1101000 | 1011110 | 101011 | 0 | 1010 | 111011 | 10100111 | 11100 | 100000 |
Color Harmonies of #3B685E
Complementary color
Monochromatic Colors of #3B685E
Black with #3B685E
Text Example
Text Example
White with #3B685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B685E; }
p { color: rgb(59,104,94); }
H1.HeaderClassName
{
color: #3B685E;
}
.AnyTagClassName
{
color: #3B685E;
}
</style>
background-color css
<style>
a { background-color: #3B685E; }
a { background-color: rgb(59,104,94); }
div.DivClassName
{
background-color: #3B685E;
}
.BgClassName
{
background-color: #3B685E;
}
</style>
border-color css
<style>
span { border-color: #3B685E; }
span { border-color: rgb(59,104,94); }
td.TdClassName
{
border-color: #3B685E;
}
.TagClassName
{
border-color: #3B685E;
}
</style>