Shades of Stromboli #3B685C
Tints of Stromboli #3B685C
RGB
CMYK
RGB Variations
Color information
#3B685C (or 0x3B685C) is known color: Stromboli. HEX triplet: 3B, 68 and 5C. RGB value is (59,104,92). Sum of RGB (Red+Green+Blue) = 59+104+92=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #3B685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B685C is #C497A3. Grayscale: #595959. Windows color (decimal): -12883876 or 6055995. OLE color: 6055995.
HSL color Cylindrical-coordinate representation of color #3B685C: hue angle of 164º 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 #3B685C is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 104 | 92 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.59 |
| HSL | 164º | 0.28% | 0.32% | - |
| HSV(B) | 164º | 0.43% | 0.41% | - |
| XYZ | 8.69 | 11.6 | 11.91 | - |
| YUV | 89.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 92 | 0.43 | 0 | 0.12 | 0.59 | 164 | 0.28 | 0.32 |
| Hex | 3B | 68 | 5C | 2B | 0 | C | 3B | A4 | 1C | 20 |
| Octal | 73 | 150 | 134 | 53 | 0 | 14 | 73 | 244 | 34 | 40 |
| Binary | 111011 | 1101000 | 1011100 | 101011 | 0 | 1100 | 111011 | 10100100 | 11100 | 100000 |
Color Harmonies of #3B685C
Complementary color
Monochromatic Colors of #3B685C
Black with #3B685C
Text Example
Text Example
White with #3B685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B685C; }
p { color: rgb(59,104,92); }
H1.HeaderClassName
{
color: #3B685C;
}
.AnyTagClassName
{
color: #3B685C;
}
</style>
background-color css
<style>
a { background-color: #3B685C; }
a { background-color: rgb(59,104,92); }
div.DivClassName
{
background-color: #3B685C;
}
.BgClassName
{
background-color: #3B685C;
}
</style>
border-color css
<style>
span { border-color: #3B685C; }
span { border-color: rgb(59,104,92); }
td.TdClassName
{
border-color: #3B685C;
}
.TagClassName
{
border-color: #3B685C;
}
</style>