Shades of Spectra #345F4F
Tints of Spectra #345F4F
RGB
CMYK
RGB Variations
Color information
#345F4F (or 0x345F4F) is known color: Spectra. HEX triplet: 34, 5F and 4F. RGB value is (52,95,79). Sum of RGB (Red+Green+Blue) = 52+95+79=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #345F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F4F is #CBA0B0. Grayscale: #505050. Windows color (decimal): -13344945 or 5201716. OLE color: 5201716.
HSL color Cylindrical-coordinate representation of color #345F4F: hue angle of 157.67º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F4F is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 79 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.63 |
| HSL | 157.67º | 0.29% | 0.29% | - |
| HSV(B) | 157.67º | 0.45% | 0.37% | - |
| XYZ | 6.92 | 9.48 | 8.86 | - |
| YUV | 80.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 79 | 0.45 | 0 | 0.17 | 0.63 | 157.67 | 0.29 | 0.29 |
| Hex | 34 | 5F | 4F | 2D | 0 | 11 | 3F | 9E | 1D | 1D |
| Octal | 64 | 137 | 117 | 55 | 0 | 21 | 77 | 236 | 35 | 35 |
| Binary | 110100 | 1011111 | 1001111 | 101101 | 0 | 10001 | 111111 | 10011110 | 11101 | 11101 |
Color Harmonies of #345F4F
Complementary color
Monochromatic Colors of #345F4F
Black with #345F4F
Text Example
Text Example
White with #345F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F4F; }
p { color: rgb(52,95,79); }
H1.HeaderClassName
{
color: #345F4F;
}
.AnyTagClassName
{
color: #345F4F;
}
</style>
background-color css
<style>
a { background-color: #345F4F; }
a { background-color: rgb(52,95,79); }
div.DivClassName
{
background-color: #345F4F;
}
.BgClassName
{
background-color: #345F4F;
}
</style>
border-color css
<style>
span { border-color: #345F4F; }
span { border-color: rgb(52,95,79); }
td.TdClassName
{
border-color: #345F4F;
}
.TagClassName
{
border-color: #345F4F;
}
</style>