Shades of Spectra #34684E
Tints of Spectra #34684E
RGB
CMYK
RGB Variations
Color information
#34684E (or 0x34684E) is known color: Spectra. HEX triplet: 34, 68 and 4E. RGB value is (52,104,78). Sum of RGB (Red+Green+Blue) = 52+104+78=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #34684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34684E is #CB97B1. Grayscale: #555555. Windows color (decimal): -13342642 or 5138484. OLE color: 5138484.
HSL color Cylindrical-coordinate representation of color #34684E: hue angle of 150º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34684E is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 104 | 78 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.59 |
| HSL | 150º | 0.33% | 0.31% | - |
| HSV(B) | 150º | 0.5% | 0.41% | - |
| XYZ | 7.74 | 11.18 | 8.96 | - |
| YUV | 85.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 78 | 0.50 | 0 | 0.25 | 0.59 | 150 | 0.33 | 0.31 |
| Hex | 34 | 68 | 4E | 32 | 0 | 19 | 3B | 96 | 21 | 1F |
| Octal | 64 | 150 | 116 | 62 | 0 | 31 | 73 | 226 | 41 | 37 |
| Binary | 110100 | 1101000 | 1001110 | 110010 | 0 | 11001 | 111011 | 10010110 | 100001 | 11111 |
Color Harmonies of #34684E
Complementary color
Monochromatic Colors of #34684E
Black with #34684E
Text Example
Text Example
White with #34684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34684E; }
p { color: rgb(52,104,78); }
H1.HeaderClassName
{
color: #34684E;
}
.AnyTagClassName
{
color: #34684E;
}
</style>
background-color css
<style>
a { background-color: #34684E; }
a { background-color: rgb(52,104,78); }
div.DivClassName
{
background-color: #34684E;
}
.BgClassName
{
background-color: #34684E;
}
</style>
border-color css
<style>
span { border-color: #34684E; }
span { border-color: rgb(52,104,78); }
td.TdClassName
{
border-color: #34684E;
}
.TagClassName
{
border-color: #34684E;
}
</style>