Shades of Spectra #345F54
Tints of Spectra #345F54
RGB
CMYK
RGB Variations
Color information
#345F54 (or 0x345F54) is known color: Spectra. HEX triplet: 34, 5F and 54. RGB value is (52,95,84). Sum of RGB (Red+Green+Blue) = 52+95+84=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #345F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F54 is #CBA0AB. Grayscale: #505050. Windows color (decimal): -13344940 or 5529396. OLE color: 5529396.
HSL color Cylindrical-coordinate representation of color #345F54: hue angle of 164.65º 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 #345F54 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 84 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.63 |
| HSL | 164.65º | 0.29% | 0.29% | - |
| HSV(B) | 164.65º | 0.45% | 0.37% | - |
| XYZ | 7.11 | 9.55 | 9.86 | - |
| YUV | 80.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 84 | 0.45 | 0 | 0.12 | 0.63 | 164.65 | 0.29 | 0.29 |
| Hex | 34 | 5F | 54 | 2D | 0 | C | 3F | A5 | 1D | 1D |
| Octal | 64 | 137 | 124 | 55 | 0 | 14 | 77 | 245 | 35 | 35 |
| Binary | 110100 | 1011111 | 1010100 | 101101 | 0 | 1100 | 111111 | 10100101 | 11101 | 11101 |
Color Harmonies of #345F54
Complementary color
Monochromatic Colors of #345F54
Black with #345F54
Text Example
Text Example
White with #345F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F54; }
p { color: rgb(52,95,84); }
H1.HeaderClassName
{
color: #345F54;
}
.AnyTagClassName
{
color: #345F54;
}
</style>
background-color css
<style>
a { background-color: #345F54; }
a { background-color: rgb(52,95,84); }
div.DivClassName
{
background-color: #345F54;
}
.BgClassName
{
background-color: #345F54;
}
</style>
border-color css
<style>
span { border-color: #345F54; }
span { border-color: rgb(52,95,84); }
td.TdClassName
{
border-color: #345F54;
}
.TagClassName
{
border-color: #345F54;
}
</style>