Shades of Spectra #325748
Tints of Spectra #325748
RGB
CMYK
RGB Variations
Color information
#325748 (or 0x325748) is known color: Spectra. HEX triplet: 32, 57 and 48. RGB value is (50,87,72). Sum of RGB (Red+Green+Blue) = 50+87+72=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #325748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325748 is #CDA8B7. Grayscale: #4A4A4A. Windows color (decimal): -13478072 or 4740914. OLE color: 4740914.
HSL color Cylindrical-coordinate representation of color #325748: hue angle of 155.68º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325748 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 87 | 72 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.66 |
| HSL | 155.68º | 0.27% | 0.27% | - |
| HSV(B) | 155.68º | 0.43% | 0.34% | - |
| XYZ | 5.89 | 7.96 | 7.36 | - |
| YUV | 74.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 72 | 0.43 | 0 | 0.17 | 0.66 | 155.68 | 0.27 | 0.27 |
| Hex | 32 | 57 | 48 | 2B | 0 | 11 | 42 | 9C | 1B | 1B |
| Octal | 62 | 127 | 110 | 53 | 0 | 21 | 102 | 234 | 33 | 33 |
| Binary | 110010 | 1010111 | 1001000 | 101011 | 0 | 10001 | 1000010 | 10011100 | 11011 | 11011 |
Color Harmonies of #325748
Complementary color
Monochromatic Colors of #325748
Black with #325748
Text Example
Text Example
White with #325748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325748; }
p { color: rgb(50,87,72); }
H1.HeaderClassName
{
color: #325748;
}
.AnyTagClassName
{
color: #325748;
}
</style>
background-color css
<style>
a { background-color: #325748; }
a { background-color: rgb(50,87,72); }
div.DivClassName
{
background-color: #325748;
}
.BgClassName
{
background-color: #325748;
}
</style>
border-color css
<style>
span { border-color: #325748; }
span { border-color: rgb(50,87,72); }
td.TdClassName
{
border-color: #325748;
}
.TagClassName
{
border-color: #325748;
}
</style>