Shades of Stromboli #346C59
Tints of Stromboli #346C59
RGB
CMYK
RGB Variations
Color information
#346C59 (or 0x346C59) is known color: Stromboli. HEX triplet: 34, 6C and 59. RGB value is (52,108,89). Sum of RGB (Red+Green+Blue) = 52+108+89=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #346C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C59 is #CB93A6. Grayscale: #595959. Windows color (decimal): -13341607 or 5860404. OLE color: 5860404.
HSL color Cylindrical-coordinate representation of color #346C59: hue angle of 159.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346C59 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 89 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.58 |
| HSL | 159.64º | 0.35% | 0.31% | - |
| HSV(B) | 159.64º | 0.52% | 0.42% | - |
| XYZ | 8.58 | 12.18 | 11.35 | - |
| YUV | 89.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 89 | 0.52 | 0 | 0.18 | 0.58 | 159.64 | 0.35 | 0.31 |
| Hex | 34 | 6C | 59 | 34 | 0 | 12 | 3A | A0 | 23 | 1F |
| Octal | 64 | 154 | 131 | 64 | 0 | 22 | 72 | 240 | 43 | 37 |
| Binary | 110100 | 1101100 | 1011001 | 110100 | 0 | 10010 | 111010 | 10100000 | 100011 | 11111 |
Color Harmonies of #346C59
Complementary color
Monochromatic Colors of #346C59
Black with #346C59
Text Example
Text Example
White with #346C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C59; }
p { color: rgb(52,108,89); }
H1.HeaderClassName
{
color: #346C59;
}
.AnyTagClassName
{
color: #346C59;
}
</style>
background-color css
<style>
a { background-color: #346C59; }
a { background-color: rgb(52,108,89); }
div.DivClassName
{
background-color: #346C59;
}
.BgClassName
{
background-color: #346C59;
}
</style>
border-color css
<style>
span { border-color: #346C59; }
span { border-color: rgb(52,108,89); }
td.TdClassName
{
border-color: #346C59;
}
.TagClassName
{
border-color: #346C59;
}
</style>