Shades of Spectra #34664D
Tints of Spectra #34664D
RGB
CMYK
RGB Variations
Color information
#34664D (or 0x34664D) is known color: Spectra. HEX triplet: 34, 66 and 4D. RGB value is (52,102,77). Sum of RGB (Red+Green+Blue) = 52+102+77=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #34664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34664D is #CB99B2. Grayscale: #545454. Windows color (decimal): -13343155 or 5072436. OLE color: 5072436.
HSL color Cylindrical-coordinate representation of color #34664D: hue angle of 150º 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 #34664D is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 102 | 77 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.6 |
| HSL | 150º | 0.32% | 0.3% | - |
| HSV(B) | 150º | 0.49% | 0.4% | - |
| XYZ | 7.51 | 10.77 | 8.7 | - |
| YUV | 84.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 77 | 0.49 | 0 | 0.25 | 0.6 | 150 | 0.32 | 0.3 |
| Hex | 34 | 66 | 4D | 31 | 0 | 19 | 3C | 96 | 20 | 1E |
| Octal | 64 | 146 | 115 | 61 | 0 | 31 | 74 | 226 | 40 | 36 |
| Binary | 110100 | 1100110 | 1001101 | 110001 | 0 | 11001 | 111100 | 10010110 | 100000 | 11110 |
Color Harmonies of #34664D
Complementary color
Monochromatic Colors of #34664D
Black with #34664D
Text Example
Text Example
White with #34664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34664D; }
p { color: rgb(52,102,77); }
H1.HeaderClassName
{
color: #34664D;
}
.AnyTagClassName
{
color: #34664D;
}
</style>
background-color css
<style>
a { background-color: #34664D; }
a { background-color: rgb(52,102,77); }
div.DivClassName
{
background-color: #34664D;
}
.BgClassName
{
background-color: #34664D;
}
</style>
border-color css
<style>
span { border-color: #34664D; }
span { border-color: rgb(52,102,77); }
td.TdClassName
{
border-color: #34664D;
}
.TagClassName
{
border-color: #34664D;
}
</style>