Shades of Spectra #345C51
Tints of Spectra #345C51
RGB
CMYK
RGB Variations
Color information
#345C51 (or 0x345C51) is known color: Spectra. HEX triplet: 34, 5C and 51. RGB value is (52,92,81). Sum of RGB (Red+Green+Blue) = 52+92+81=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #345C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C51 is #CBA3AE. Grayscale: #4E4E4E. Windows color (decimal): -13345711 or 5332020. OLE color: 5332020.
HSL color Cylindrical-coordinate representation of color #345C51: hue angle of 163.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C51 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 81 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.64 |
| HSL | 163.5º | 0.28% | 0.28% | - |
| HSV(B) | 163.5º | 0.43% | 0.36% | - |
| XYZ | 6.73 | 8.98 | 9.16 | - |
| YUV | 78.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 81 | 0.43 | 0 | 0.12 | 0.64 | 163.5 | 0.28 | 0.28 |
| Hex | 34 | 5C | 51 | 2B | 0 | C | 40 | A4 | 1C | 1C |
| Octal | 64 | 134 | 121 | 53 | 0 | 14 | 100 | 244 | 34 | 34 |
| Binary | 110100 | 1011100 | 1010001 | 101011 | 0 | 1100 | 1000000 | 10100100 | 11100 | 11100 |
Color Harmonies of #345C51
Complementary color
Monochromatic Colors of #345C51
Black with #345C51
Text Example
Text Example
White with #345C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C51; }
p { color: rgb(52,92,81); }
H1.HeaderClassName
{
color: #345C51;
}
.AnyTagClassName
{
color: #345C51;
}
</style>
background-color css
<style>
a { background-color: #345C51; }
a { background-color: rgb(52,92,81); }
div.DivClassName
{
background-color: #345C51;
}
.BgClassName
{
background-color: #345C51;
}
</style>
border-color css
<style>
span { border-color: #345C51; }
span { border-color: rgb(52,92,81); }
td.TdClassName
{
border-color: #345C51;
}
.TagClassName
{
border-color: #345C51;
}
</style>