Shades of Stromboli #3B695C
Tints of Stromboli #3B695C
RGB
CMYK
RGB Variations
Color information
#3B695C (or 0x3B695C) is known color: Stromboli. HEX triplet: 3B, 69 and 5C. RGB value is (59,105,92). Sum of RGB (Red+Green+Blue) = 59+105+92=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #3B695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B695C is #C496A3. Grayscale: #595959. Windows color (decimal): -12883620 or 6056251. OLE color: 6056251.
HSL color Cylindrical-coordinate representation of color #3B695C: hue angle of 163.04º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B695C is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 105 | 92 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.59 |
| HSL | 163.04º | 0.28% | 0.32% | - |
| HSV(B) | 163.04º | 0.44% | 0.41% | - |
| XYZ | 8.79 | 11.81 | 11.94 | - |
| YUV | 89.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 92 | 0.44 | 0 | 0.12 | 0.59 | 163.04 | 0.28 | 0.32 |
| Hex | 3B | 69 | 5C | 2C | 0 | C | 3B | A3 | 1C | 20 |
| Octal | 73 | 151 | 134 | 54 | 0 | 14 | 73 | 243 | 34 | 40 |
| Binary | 111011 | 1101001 | 1011100 | 101100 | 0 | 1100 | 111011 | 10100011 | 11100 | 100000 |
Color Harmonies of #3B695C
Complementary color
Monochromatic Colors of #3B695C
Black with #3B695C
Text Example
Text Example
White with #3B695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B695C; }
p { color: rgb(59,105,92); }
H1.HeaderClassName
{
color: #3B695C;
}
.AnyTagClassName
{
color: #3B695C;
}
</style>
background-color css
<style>
a { background-color: #3B695C; }
a { background-color: rgb(59,105,92); }
div.DivClassName
{
background-color: #3B695C;
}
.BgClassName
{
background-color: #3B695C;
}
</style>
border-color css
<style>
span { border-color: #3B695C; }
span { border-color: rgb(59,105,92); }
td.TdClassName
{
border-color: #3B695C;
}
.TagClassName
{
border-color: #3B695C;
}
</style>