Shades of Spectra #34664F
Tints of Spectra #34664F
RGB
CMYK
RGB Variations
Color information
#34664F (or 0x34664F) is known color: Spectra. HEX triplet: 34, 66 and 4F. RGB value is (52,102,79). Sum of RGB (Red+Green+Blue) = 52+102+79=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #34664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34664F is #CB99B0. Grayscale: #545454. Windows color (decimal): -13343153 or 5203508. OLE color: 5203508.
HSL color Cylindrical-coordinate representation of color #34664F: hue angle of 152.4º 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 #34664F is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 102 | 79 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.6 |
| HSL | 152.4º | 0.32% | 0.3% | - |
| HSV(B) | 152.4º | 0.49% | 0.4% | - |
| XYZ | 7.58 | 10.8 | 9.08 | - |
| YUV | 84.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 79 | 0.49 | 0 | 0.23 | 0.6 | 152.4 | 0.32 | 0.3 |
| Hex | 34 | 66 | 4F | 31 | 0 | 17 | 3C | 98 | 20 | 1E |
| Octal | 64 | 146 | 117 | 61 | 0 | 27 | 74 | 230 | 40 | 36 |
| Binary | 110100 | 1100110 | 1001111 | 110001 | 0 | 10111 | 111100 | 10011000 | 100000 | 11110 |
Color Harmonies of #34664F
Complementary color
Monochromatic Colors of #34664F
Black with #34664F
Text Example
Text Example
White with #34664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34664F; }
p { color: rgb(52,102,79); }
H1.HeaderClassName
{
color: #34664F;
}
.AnyTagClassName
{
color: #34664F;
}
</style>
background-color css
<style>
a { background-color: #34664F; }
a { background-color: rgb(52,102,79); }
div.DivClassName
{
background-color: #34664F;
}
.BgClassName
{
background-color: #34664F;
}
</style>
border-color css
<style>
span { border-color: #34664F; }
span { border-color: rgb(52,102,79); }
td.TdClassName
{
border-color: #34664F;
}
.TagClassName
{
border-color: #34664F;
}
</style>