Shades of Spectra #34674E
Tints of Spectra #34674E
RGB
CMYK
RGB Variations
Color information
#34674E (or 0x34674E) is known color: Spectra. HEX triplet: 34, 67 and 4E. RGB value is (52,103,78). Sum of RGB (Red+Green+Blue) = 52+103+78=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #34674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34674E is #CB98B1. Grayscale: #545454. Windows color (decimal): -13342898 or 5138228. OLE color: 5138228.
HSL color Cylindrical-coordinate representation of color #34674E: hue angle of 150.59º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34674E is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 103 | 78 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.60 |
| HSL | 150.59º | 0.33% | 0.3% | - |
| HSV(B) | 150.59º | 0.5% | 0.4% | - |
| XYZ | 7.64 | 10.98 | 8.92 | - |
| YUV | 84.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 78 | 0.50 | 0 | 0.24 | 0.60 | 150.59 | 0.33 | 0.3 |
| Hex | 34 | 67 | 4E | 32 | 0 | 18 | 3C | 97 | 21 | 1E |
| Octal | 64 | 147 | 116 | 62 | 0 | 30 | 74 | 227 | 41 | 36 |
| Binary | 110100 | 1100111 | 1001110 | 110010 | 0 | 11000 | 111100 | 10010111 | 100001 | 11110 |
Color Harmonies of #34674E
Complementary color
Monochromatic Colors of #34674E
Black with #34674E
Text Example
Text Example
White with #34674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34674E; }
p { color: rgb(52,103,78); }
H1.HeaderClassName
{
color: #34674E;
}
.AnyTagClassName
{
color: #34674E;
}
</style>
background-color css
<style>
a { background-color: #34674E; }
a { background-color: rgb(52,103,78); }
div.DivClassName
{
background-color: #34674E;
}
.BgClassName
{
background-color: #34674E;
}
</style>
border-color css
<style>
span { border-color: #34674E; }
span { border-color: rgb(52,103,78); }
td.TdClassName
{
border-color: #34674E;
}
.TagClassName
{
border-color: #34674E;
}
</style>