Shades of Spectra #345849
Tints of Spectra #345849
RGB
CMYK
RGB Variations
Color information
#345849 (or 0x345849) is known color: Spectra. HEX triplet: 34, 58 and 49. RGB value is (52,88,73). Sum of RGB (Red+Green+Blue) = 52+88+73=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #345849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345849 is #CBA7B6. Grayscale: #4B4B4B. Windows color (decimal): -13346743 or 4806708. OLE color: 4806708.
HSL color Cylindrical-coordinate representation of color #345849: hue angle of 155º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #345849 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 88 | 73 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.65 |
| HSL | 155º | 0.26% | 0.27% | - |
| HSV(B) | 155º | 0.41% | 0.35% | - |
| XYZ | 6.11 | 8.19 | 7.56 | - |
| YUV | 75.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 73 | 0.41 | 0 | 0.17 | 0.65 | 155 | 0.26 | 0.27 |
| Hex | 34 | 58 | 49 | 29 | 0 | 11 | 41 | 9B | 1A | 1B |
| Octal | 64 | 130 | 111 | 51 | 0 | 21 | 101 | 233 | 32 | 33 |
| Binary | 110100 | 1011000 | 1001001 | 101001 | 0 | 10001 | 1000001 | 10011011 | 11010 | 11011 |
Color Harmonies of #345849
Complementary color
Monochromatic Colors of #345849
Black with #345849
Text Example
Text Example
White with #345849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345849; }
p { color: rgb(52,88,73); }
H1.HeaderClassName
{
color: #345849;
}
.AnyTagClassName
{
color: #345849;
}
</style>
background-color css
<style>
a { background-color: #345849; }
a { background-color: rgb(52,88,73); }
div.DivClassName
{
background-color: #345849;
}
.BgClassName
{
background-color: #345849;
}
</style>
border-color css
<style>
span { border-color: #345849; }
span { border-color: rgb(52,88,73); }
td.TdClassName
{
border-color: #345849;
}
.TagClassName
{
border-color: #345849;
}
</style>