Shades of Spectra #345D53
Tints of Spectra #345D53
RGB
CMYK
RGB Variations
Color information
#345D53 (or 0x345D53) is known color: Spectra. HEX triplet: 34, 5D and 53. RGB value is (52,93,83). Sum of RGB (Red+Green+Blue) = 52+93+83=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #345D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D53 is #CBA2AC. Grayscale: #4F4F4F. Windows color (decimal): -13345453 or 5463348. OLE color: 5463348.
HSL color Cylindrical-coordinate representation of color #345D53: hue angle of 165.37º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D53 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 83 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.64 |
| HSL | 165.37º | 0.28% | 0.28% | - |
| HSV(B) | 165.37º | 0.44% | 0.36% | - |
| XYZ | 6.89 | 9.18 | 9.59 | - |
| YUV | 79.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 83 | 0.44 | 0 | 0.11 | 0.64 | 165.37 | 0.28 | 0.28 |
| Hex | 34 | 5D | 53 | 2C | 0 | B | 40 | A5 | 1C | 1C |
| Octal | 64 | 135 | 123 | 54 | 0 | 13 | 100 | 245 | 34 | 34 |
| Binary | 110100 | 1011101 | 1010011 | 101100 | 0 | 1011 | 1000000 | 10100101 | 11100 | 11100 |
Color Harmonies of #345D53
Complementary color
Monochromatic Colors of #345D53
Black with #345D53
Text Example
Text Example
White with #345D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D53; }
p { color: rgb(52,93,83); }
H1.HeaderClassName
{
color: #345D53;
}
.AnyTagClassName
{
color: #345D53;
}
</style>
background-color css
<style>
a { background-color: #345D53; }
a { background-color: rgb(52,93,83); }
div.DivClassName
{
background-color: #345D53;
}
.BgClassName
{
background-color: #345D53;
}
</style>
border-color css
<style>
span { border-color: #345D53; }
span { border-color: rgb(52,93,83); }
td.TdClassName
{
border-color: #345D53;
}
.TagClassName
{
border-color: #345D53;
}
</style>