Shades of Stromboli #3B685F
Tints of Stromboli #3B685F
RGB
CMYK
RGB Variations
Color information
#3B685F (or 0x3B685F) is known color: Stromboli. HEX triplet: 3B, 68 and 5F. RGB value is (59,104,95). Sum of RGB (Red+Green+Blue) = 59+104+95=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #3B685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B685F is #C497A0. Grayscale: #595959. Windows color (decimal): -12883873 or 6252603. OLE color: 6252603.
HSL color Cylindrical-coordinate representation of color #3B685F: hue angle of 168º 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 #3B685F is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 104 | 95 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.59 |
| HSL | 168º | 0.28% | 0.32% | - |
| HSV(B) | 168º | 0.43% | 0.41% | - |
| XYZ | 8.82 | 11.66 | 12.61 | - |
| YUV | 89.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 95 | 0.43 | 0 | 0.09 | 0.59 | 168 | 0.28 | 0.32 |
| Hex | 3B | 68 | 5F | 2B | 0 | 9 | 3B | A8 | 1C | 20 |
| Octal | 73 | 150 | 137 | 53 | 0 | 11 | 73 | 250 | 34 | 40 |
| Binary | 111011 | 1101000 | 1011111 | 101011 | 0 | 1001 | 111011 | 10101000 | 11100 | 100000 |
Color Harmonies of #3B685F
Complementary color
Monochromatic Colors of #3B685F
Black with #3B685F
Text Example
Text Example
White with #3B685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B685F; }
p { color: rgb(59,104,95); }
H1.HeaderClassName
{
color: #3B685F;
}
.AnyTagClassName
{
color: #3B685F;
}
</style>
background-color css
<style>
a { background-color: #3B685F; }
a { background-color: rgb(59,104,95); }
div.DivClassName
{
background-color: #3B685F;
}
.BgClassName
{
background-color: #3B685F;
}
</style>
border-color css
<style>
span { border-color: #3B685F; }
span { border-color: rgb(59,104,95); }
td.TdClassName
{
border-color: #3B685F;
}
.TagClassName
{
border-color: #3B685F;
}
</style>