Shades of Stromboli #346B54
Tints of Stromboli #346B54
RGB
CMYK
RGB Variations
Color information
#346B54 (or 0x346B54) is known color: Stromboli. HEX triplet: 34, 6B and 54. RGB value is (52,107,84). Sum of RGB (Red+Green+Blue) = 52+107+84=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #346B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B54 is #CB94AB. Grayscale: #575757. Windows color (decimal): -13341868 or 5532468. OLE color: 5532468.
HSL color Cylindrical-coordinate representation of color #346B54: hue angle of 154.91º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346B54 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 107 | 84 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.58 |
| HSL | 154.91º | 0.35% | 0.31% | - |
| HSV(B) | 154.91º | 0.51% | 0.42% | - |
| XYZ | 8.27 | 11.89 | 10.25 | - |
| YUV | 87.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 84 | 0.51 | 0 | 0.21 | 0.58 | 154.91 | 0.35 | 0.31 |
| Hex | 34 | 6B | 54 | 33 | 0 | 15 | 3A | 9B | 23 | 1F |
| Octal | 64 | 153 | 124 | 63 | 0 | 25 | 72 | 233 | 43 | 37 |
| Binary | 110100 | 1101011 | 1010100 | 110011 | 0 | 10101 | 111010 | 10011011 | 100011 | 11111 |
Color Harmonies of #346B54
Complementary color
Monochromatic Colors of #346B54
Black with #346B54
Text Example
Text Example
White with #346B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346B54; }
p { color: rgb(52,107,84); }
H1.HeaderClassName
{
color: #346B54;
}
.AnyTagClassName
{
color: #346B54;
}
</style>
background-color css
<style>
a { background-color: #346B54; }
a { background-color: rgb(52,107,84); }
div.DivClassName
{
background-color: #346B54;
}
.BgClassName
{
background-color: #346B54;
}
</style>
border-color css
<style>
span { border-color: #346B54; }
span { border-color: rgb(52,107,84); }
td.TdClassName
{
border-color: #346B54;
}
.TagClassName
{
border-color: #346B54;
}
</style>