Shades of Spectra #345349
Tints of Spectra #345349
RGB
CMYK
RGB Variations
Color information
#345349 (or 0x345349) is known color: Spectra. HEX triplet: 34, 53 and 49. RGB value is (52,83,73). Sum of RGB (Red+Green+Blue) = 52+83+73=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #345349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345349 is #CBACB6. Grayscale: #484848. Windows color (decimal): -13348023 or 4805428. OLE color: 4805428.
HSL color Cylindrical-coordinate representation of color #345349: hue angle of 160.65º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345349 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 73 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.67 |
| HSL | 160.65º | 0.23% | 0.26% | - |
| HSV(B) | 160.65º | 0.37% | 0.33% | - |
| XYZ | 5.71 | 7.4 | 7.43 | - |
| YUV | 72.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 73 | 0.37 | 0 | 0.12 | 0.67 | 160.65 | 0.23 | 0.26 |
| Hex | 34 | 53 | 49 | 25 | 0 | C | 43 | A1 | 17 | 1A |
| Octal | 64 | 123 | 111 | 45 | 0 | 14 | 103 | 241 | 27 | 32 |
| Binary | 110100 | 1010011 | 1001001 | 100101 | 0 | 1100 | 1000011 | 10100001 | 10111 | 11010 |
Color Harmonies of #345349
Complementary color
Monochromatic Colors of #345349
Black with #345349
Text Example
Text Example
White with #345349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345349; }
p { color: rgb(52,83,73); }
H1.HeaderClassName
{
color: #345349;
}
.AnyTagClassName
{
color: #345349;
}
</style>
background-color css
<style>
a { background-color: #345349; }
a { background-color: rgb(52,83,73); }
div.DivClassName
{
background-color: #345349;
}
.BgClassName
{
background-color: #345349;
}
</style>
border-color css
<style>
span { border-color: #345349; }
span { border-color: rgb(52,83,73); }
td.TdClassName
{
border-color: #345349;
}
.TagClassName
{
border-color: #345349;
}
</style>