Shades of Spectra #34624E
Tints of Spectra #34624E
RGB
CMYK
RGB Variations
Color information
#34624E (or 0x34624E) is known color: Spectra. HEX triplet: 34, 62 and 4E. RGB value is (52,98,78). Sum of RGB (Red+Green+Blue) = 52+98+78=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #34624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34624E is #CB9DB1. Grayscale: #525252. Windows color (decimal): -13344178 or 5136948. OLE color: 5136948.
HSL color Cylindrical-coordinate representation of color #34624E: hue angle of 153.91º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34624E is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 98 | 78 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.62 |
| HSL | 153.91º | 0.31% | 0.29% | - |
| HSV(B) | 153.91º | 0.47% | 0.38% | - |
| XYZ | 7.16 | 10.02 | 8.76 | - |
| YUV | 81.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 78 | 0.47 | 0 | 0.20 | 0.62 | 153.91 | 0.31 | 0.29 |
| Hex | 34 | 62 | 4E | 2F | 0 | 14 | 3E | 9A | 1F | 1D |
| Octal | 64 | 142 | 116 | 57 | 0 | 24 | 76 | 232 | 37 | 35 |
| Binary | 110100 | 1100010 | 1001110 | 101111 | 0 | 10100 | 111110 | 10011010 | 11111 | 11101 |
Color Harmonies of #34624E
Complementary color
Monochromatic Colors of #34624E
Black with #34624E
Text Example
Text Example
White with #34624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34624E; }
p { color: rgb(52,98,78); }
H1.HeaderClassName
{
color: #34624E;
}
.AnyTagClassName
{
color: #34624E;
}
</style>
background-color css
<style>
a { background-color: #34624E; }
a { background-color: rgb(52,98,78); }
div.DivClassName
{
background-color: #34624E;
}
.BgClassName
{
background-color: #34624E;
}
</style>
border-color css
<style>
span { border-color: #34624E; }
span { border-color: rgb(52,98,78); }
td.TdClassName
{
border-color: #34624E;
}
.TagClassName
{
border-color: #34624E;
}
</style>