Shades of Spectra #345949
Tints of Spectra #345949
RGB
CMYK
RGB Variations
Color information
#345949 (or 0x345949) is known color: Spectra. HEX triplet: 34, 59 and 49. RGB value is (52,89,73). Sum of RGB (Red+Green+Blue) = 52+89+73=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #345949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345949 is #CBA6B6. Grayscale: #4C4C4C. Windows color (decimal): -13346487 or 4806964. OLE color: 4806964.
HSL color Cylindrical-coordinate representation of color #345949: hue angle of 154.05º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345949 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 73 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.65 |
| HSL | 154.05º | 0.26% | 0.28% | - |
| HSV(B) | 154.05º | 0.42% | 0.35% | - |
| XYZ | 6.19 | 8.36 | 7.59 | - |
| YUV | 76.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 73 | 0.42 | 0 | 0.18 | 0.65 | 154.05 | 0.26 | 0.28 |
| Hex | 34 | 59 | 49 | 2A | 0 | 12 | 41 | 9A | 1A | 1C |
| Octal | 64 | 131 | 111 | 52 | 0 | 22 | 101 | 232 | 32 | 34 |
| Binary | 110100 | 1011001 | 1001001 | 101010 | 0 | 10010 | 1000001 | 10011010 | 11010 | 11100 |
Color Harmonies of #345949
Complementary color
Monochromatic Colors of #345949
Black with #345949
Text Example
Text Example
White with #345949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345949; }
p { color: rgb(52,89,73); }
H1.HeaderClassName
{
color: #345949;
}
.AnyTagClassName
{
color: #345949;
}
</style>
background-color css
<style>
a { background-color: #345949; }
a { background-color: rgb(52,89,73); }
div.DivClassName
{
background-color: #345949;
}
.BgClassName
{
background-color: #345949;
}
</style>
border-color css
<style>
span { border-color: #345949; }
span { border-color: rgb(52,89,73); }
td.TdClassName
{
border-color: #345949;
}
.TagClassName
{
border-color: #345949;
}
</style>