Shades of Stromboli #346E58
Tints of Stromboli #346E58
RGB
CMYK
RGB Variations
Color information
#346E58 (or 0x346E58) is known color: Stromboli. HEX triplet: 34, 6E and 58. RGB value is (52,110,88). Sum of RGB (Red+Green+Blue) = 52+110+88=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #346E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E58 is #CB91A7. Grayscale: #5A5A5A. Windows color (decimal): -13341096 or 5795380. OLE color: 5795380.
HSL color Cylindrical-coordinate representation of color #346E58: hue angle of 157.24º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E58 is Cyan = 0.53, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 88 | - |
| CMYK | 0.53 | 0 | 0.2 | 0.57 |
| HSL | 157.24º | 0.36% | 0.32% | - |
| HSV(B) | 157.24º | 0.53% | 0.43% | - |
| XYZ | 8.75 | 12.59 | 11.2 | - |
| YUV | 90.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 88 | 0.53 | 0 | 0.2 | 0.57 | 157.24 | 0.36 | 0.32 |
| Hex | 34 | 6E | 58 | 35 | 0 | 14 | 39 | 9D | 24 | 20 |
| Octal | 64 | 156 | 130 | 65 | 0 | 24 | 71 | 235 | 44 | 40 |
| Binary | 110100 | 1101110 | 1011000 | 110101 | 0 | 10100 | 111001 | 10011101 | 100100 | 100000 |
Color Harmonies of #346E58
Complementary color
Monochromatic Colors of #346E58
Black with #346E58
Text Example
Text Example
White with #346E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E58; }
p { color: rgb(52,110,88); }
H1.HeaderClassName
{
color: #346E58;
}
.AnyTagClassName
{
color: #346E58;
}
</style>
background-color css
<style>
a { background-color: #346E58; }
a { background-color: rgb(52,110,88); }
div.DivClassName
{
background-color: #346E58;
}
.BgClassName
{
background-color: #346E58;
}
</style>
border-color css
<style>
span { border-color: #346E58; }
span { border-color: rgb(52,110,88); }
td.TdClassName
{
border-color: #346E58;
}
.TagClassName
{
border-color: #346E58;
}
</style>