Shades of Spectra #345B4E
Tints of Spectra #345B4E
RGB
CMYK
RGB Variations
Color information
#345B4E (or 0x345B4E) is known color: Spectra. HEX triplet: 34, 5B and 4E. RGB value is (52,91,78). Sum of RGB (Red+Green+Blue) = 52+91+78=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #345B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B4E is #CBA4B1. Grayscale: #4D4D4D. Windows color (decimal): -13345970 or 5135156. OLE color: 5135156.
HSL color Cylindrical-coordinate representation of color #345B4E: hue angle of 160º degrees, saturation: 0.27, 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 #345B4E is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 78 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.64 |
| HSL | 160º | 0.27% | 0.28% | - |
| HSV(B) | 160º | 0.43% | 0.36% | - |
| XYZ | 6.53 | 8.76 | 8.55 | - |
| YUV | 77.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 78 | 0.43 | 0 | 0.14 | 0.64 | 160 | 0.27 | 0.28 |
| Hex | 34 | 5B | 4E | 2B | 0 | E | 40 | A0 | 1B | 1C |
| Octal | 64 | 133 | 116 | 53 | 0 | 16 | 100 | 240 | 33 | 34 |
| Binary | 110100 | 1011011 | 1001110 | 101011 | 0 | 1110 | 1000000 | 10100000 | 11011 | 11100 |
Color Harmonies of #345B4E
Complementary color
Monochromatic Colors of #345B4E
Black with #345B4E
Text Example
Text Example
White with #345B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B4E; }
p { color: rgb(52,91,78); }
H1.HeaderClassName
{
color: #345B4E;
}
.AnyTagClassName
{
color: #345B4E;
}
</style>
background-color css
<style>
a { background-color: #345B4E; }
a { background-color: rgb(52,91,78); }
div.DivClassName
{
background-color: #345B4E;
}
.BgClassName
{
background-color: #345B4E;
}
</style>
border-color css
<style>
span { border-color: #345B4E; }
span { border-color: rgb(52,91,78); }
td.TdClassName
{
border-color: #345B4E;
}
.TagClassName
{
border-color: #345B4E;
}
</style>