Shades of Spectra #325848
Tints of Spectra #325848
RGB
CMYK
RGB Variations
Color information
#325848 (or 0x325848) is known color: Spectra. HEX triplet: 32, 58 and 48. RGB value is (50,88,72). Sum of RGB (Red+Green+Blue) = 50+88+72=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #325848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325848 is #CDA7B7. Grayscale: #4A4A4A. Windows color (decimal): -13477816 or 4741170. OLE color: 4741170.
HSL color Cylindrical-coordinate representation of color #325848: hue angle of 154.74º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325848 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 72 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.65 |
| HSL | 154.74º | 0.28% | 0.27% | - |
| HSV(B) | 154.74º | 0.43% | 0.35% | - |
| XYZ | 5.97 | 8.13 | 7.38 | - |
| YUV | 74.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 72 | 0.43 | 0 | 0.18 | 0.65 | 154.74 | 0.28 | 0.27 |
| Hex | 32 | 58 | 48 | 2B | 0 | 12 | 41 | 9B | 1C | 1B |
| Octal | 62 | 130 | 110 | 53 | 0 | 22 | 101 | 233 | 34 | 33 |
| Binary | 110010 | 1011000 | 1001000 | 101011 | 0 | 10010 | 1000001 | 10011011 | 11100 | 11011 |
Color Harmonies of #325848
Complementary color
Monochromatic Colors of #325848
Black with #325848
Text Example
Text Example
White with #325848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325848; }
p { color: rgb(50,88,72); }
H1.HeaderClassName
{
color: #325848;
}
.AnyTagClassName
{
color: #325848;
}
</style>
background-color css
<style>
a { background-color: #325848; }
a { background-color: rgb(50,88,72); }
div.DivClassName
{
background-color: #325848;
}
.BgClassName
{
background-color: #325848;
}
</style>
border-color css
<style>
span { border-color: #325848; }
span { border-color: rgb(50,88,72); }
td.TdClassName
{
border-color: #325848;
}
.TagClassName
{
border-color: #325848;
}
</style>