Shades of Spectra #345C52
Tints of Spectra #345C52
RGB
CMYK
RGB Variations
Color information
#345C52 (or 0x345C52) is known color: Spectra. HEX triplet: 34, 5C and 52. RGB value is (52,92,82). Sum of RGB (Red+Green+Blue) = 52+92+82=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #345C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C52 is #CBA3AD. Grayscale: #4E4E4E. Windows color (decimal): -13345710 or 5397556. OLE color: 5397556.
HSL color Cylindrical-coordinate representation of color #345C52: hue angle of 165º 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 #345C52 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 82 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.64 |
| HSL | 165º | 0.28% | 0.28% | - |
| HSV(B) | 165º | 0.43% | 0.36% | - |
| XYZ | 6.77 | 8.99 | 9.36 | - |
| YUV | 78.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 82 | 0.43 | 0 | 0.11 | 0.64 | 165 | 0.28 | 0.28 |
| Hex | 34 | 5C | 52 | 2B | 0 | B | 40 | A5 | 1C | 1C |
| Octal | 64 | 134 | 122 | 53 | 0 | 13 | 100 | 245 | 34 | 34 |
| Binary | 110100 | 1011100 | 1010010 | 101011 | 0 | 1011 | 1000000 | 10100101 | 11100 | 11100 |
Color Harmonies of #345C52
Complementary color
Monochromatic Colors of #345C52
Black with #345C52
Text Example
Text Example
White with #345C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C52; }
p { color: rgb(52,92,82); }
H1.HeaderClassName
{
color: #345C52;
}
.AnyTagClassName
{
color: #345C52;
}
</style>
background-color css
<style>
a { background-color: #345C52; }
a { background-color: rgb(52,92,82); }
div.DivClassName
{
background-color: #345C52;
}
.BgClassName
{
background-color: #345C52;
}
</style>
border-color css
<style>
span { border-color: #345C52; }
span { border-color: rgb(52,92,82); }
td.TdClassName
{
border-color: #345C52;
}
.TagClassName
{
border-color: #345C52;
}
</style>