Shades of Stromboli #3B6A5E
Tints of Stromboli #3B6A5E
RGB
CMYK
RGB Variations
Color information
#3B6A5E (or 0x3B6A5E) is known color: Stromboli. HEX triplet: 3B, 6A and 5E. RGB value is (59,106,94). Sum of RGB (Red+Green+Blue) = 59+106+94=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6A5E is #C495A1. Grayscale: #5A5A5A. Windows color (decimal): -12883362 or 6187579. OLE color: 6187579.
HSL color Cylindrical-coordinate representation of color #3B6A5E: hue angle of 164.68º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B6A5E is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 106 | 94 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.58 |
| HSL | 164.68º | 0.28% | 0.32% | - |
| HSV(B) | 164.68º | 0.44% | 0.42% | - |
| XYZ | 8.98 | 12.05 | 12.44 | - |
| YUV | 90.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 94 | 0.44 | 0 | 0.11 | 0.58 | 164.68 | 0.28 | 0.32 |
| Hex | 3B | 6A | 5E | 2C | 0 | B | 3A | A5 | 1C | 20 |
| Octal | 73 | 152 | 136 | 54 | 0 | 13 | 72 | 245 | 34 | 40 |
| Binary | 111011 | 1101010 | 1011110 | 101100 | 0 | 1011 | 111010 | 10100101 | 11100 | 100000 |
Color Harmonies of #3B6A5E
Complementary color
Monochromatic Colors of #3B6A5E
Black with #3B6A5E
Text Example
Text Example
White with #3B6A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A5E; }
p { color: rgb(59,106,94); }
H1.HeaderClassName
{
color: #3B6A5E;
}
.AnyTagClassName
{
color: #3B6A5E;
}
</style>
background-color css
<style>
a { background-color: #3B6A5E; }
a { background-color: rgb(59,106,94); }
div.DivClassName
{
background-color: #3B6A5E;
}
.BgClassName
{
background-color: #3B6A5E;
}
</style>
border-color css
<style>
span { border-color: #3B6A5E; }
span { border-color: rgb(59,106,94); }
td.TdClassName
{
border-color: #3B6A5E;
}
.TagClassName
{
border-color: #3B6A5E;
}
</style>