Shades of Spectra #34574B
Tints of Spectra #34574B
RGB
CMYK
RGB Variations
Color information
#34574B (or 0x34574B) is known color: Spectra. HEX triplet: 34, 57 and 4B. RGB value is (52,87,75). Sum of RGB (Red+Green+Blue) = 52+87+75=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #34574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34574B is #CBA8B4. Grayscale: #4B4B4B. Windows color (decimal): -13346997 or 4937524. OLE color: 4937524.
HSL color Cylindrical-coordinate representation of color #34574B: hue angle of 159.43º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34574B is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 75 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.66 |
| HSL | 159.43º | 0.25% | 0.27% | - |
| HSV(B) | 159.43º | 0.4% | 0.34% | - |
| XYZ | 6.09 | 8.05 | 7.89 | - |
| YUV | 75.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 75 | 0.40 | 0 | 0.14 | 0.66 | 159.43 | 0.25 | 0.27 |
| Hex | 34 | 57 | 4B | 28 | 0 | E | 42 | 9F | 19 | 1B |
| Octal | 64 | 127 | 113 | 50 | 0 | 16 | 102 | 237 | 31 | 33 |
| Binary | 110100 | 1010111 | 1001011 | 101000 | 0 | 1110 | 1000010 | 10011111 | 11001 | 11011 |
Color Harmonies of #34574B
Complementary color
Monochromatic Colors of #34574B
Black with #34574B
Text Example
Text Example
White with #34574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34574B; }
p { color: rgb(52,87,75); }
H1.HeaderClassName
{
color: #34574B;
}
.AnyTagClassName
{
color: #34574B;
}
</style>
background-color css
<style>
a { background-color: #34574B; }
a { background-color: rgb(52,87,75); }
div.DivClassName
{
background-color: #34574B;
}
.BgClassName
{
background-color: #34574B;
}
</style>
border-color css
<style>
span { border-color: #34574B; }
span { border-color: rgb(52,87,75); }
td.TdClassName
{
border-color: #34574B;
}
.TagClassName
{
border-color: #34574B;
}
</style>