Shades of Spectra #325E51
Tints of Spectra #325E51
RGB
CMYK
RGB Variations
Color information
#325E51 (or 0x325E51) is known color: Spectra. HEX triplet: 32, 5E and 51. RGB value is (50,94,81). Sum of RGB (Red+Green+Blue) = 50+94+81=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #325E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E51 is #CDA1AE. Grayscale: #4F4F4F. Windows color (decimal): -13476271 or 5332530. OLE color: 5332530.
HSL color Cylindrical-coordinate representation of color #325E51: hue angle of 162.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E51 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 94 | 81 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.63 |
| HSL | 162.27º | 0.31% | 0.28% | - |
| HSV(B) | 162.27º | 0.47% | 0.37% | - |
| XYZ | 6.8 | 9.28 | 9.22 | - |
| YUV | 79.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 81 | 0.47 | 0 | 0.14 | 0.63 | 162.27 | 0.31 | 0.28 |
| Hex | 32 | 5E | 51 | 2F | 0 | E | 3F | A2 | 1F | 1C |
| Octal | 62 | 136 | 121 | 57 | 0 | 16 | 77 | 242 | 37 | 34 |
| Binary | 110010 | 1011110 | 1010001 | 101111 | 0 | 1110 | 111111 | 10100010 | 11111 | 11100 |
Color Harmonies of #325E51
Complementary color
Monochromatic Colors of #325E51
Black with #325E51
Text Example
Text Example
White with #325E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E51; }
p { color: rgb(50,94,81); }
H1.HeaderClassName
{
color: #325E51;
}
.AnyTagClassName
{
color: #325E51;
}
</style>
background-color css
<style>
a { background-color: #325E51; }
a { background-color: rgb(50,94,81); }
div.DivClassName
{
background-color: #325E51;
}
.BgClassName
{
background-color: #325E51;
}
</style>
border-color css
<style>
span { border-color: #325E51; }
span { border-color: rgb(50,94,81); }
td.TdClassName
{
border-color: #325E51;
}
.TagClassName
{
border-color: #325E51;
}
</style>