Shades of Spectra #34654E
Tints of Spectra #34654E
RGB
CMYK
RGB Variations
Color information
#34654E (or 0x34654E) is known color: Spectra. HEX triplet: 34, 65 and 4E. RGB value is (52,101,78). Sum of RGB (Red+Green+Blue) = 52+101+78=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #34654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34654E is #CB9AB1. Grayscale: #535353. Windows color (decimal): -13343410 or 5137716. OLE color: 5137716.
HSL color Cylindrical-coordinate representation of color #34654E: hue angle of 151.84º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34654E is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 101 | 78 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.60 |
| HSL | 151.84º | 0.32% | 0.3% | - |
| HSV(B) | 151.84º | 0.49% | 0.4% | - |
| XYZ | 7.45 | 10.59 | 8.86 | - |
| YUV | 83.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 78 | 0.49 | 0 | 0.23 | 0.60 | 151.84 | 0.32 | 0.3 |
| Hex | 34 | 65 | 4E | 31 | 0 | 17 | 3C | 98 | 20 | 1E |
| Octal | 64 | 145 | 116 | 61 | 0 | 27 | 74 | 230 | 40 | 36 |
| Binary | 110100 | 1100101 | 1001110 | 110001 | 0 | 10111 | 111100 | 10011000 | 100000 | 11110 |
Color Harmonies of #34654E
Complementary color
Monochromatic Colors of #34654E
Black with #34654E
Text Example
Text Example
White with #34654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34654E; }
p { color: rgb(52,101,78); }
H1.HeaderClassName
{
color: #34654E;
}
.AnyTagClassName
{
color: #34654E;
}
</style>
background-color css
<style>
a { background-color: #34654E; }
a { background-color: rgb(52,101,78); }
div.DivClassName
{
background-color: #34654E;
}
.BgClassName
{
background-color: #34654E;
}
</style>
border-color css
<style>
span { border-color: #34654E; }
span { border-color: rgb(52,101,78); }
td.TdClassName
{
border-color: #34654E;
}
.TagClassName
{
border-color: #34654E;
}
</style>