Shades of Matisse #325E84
Tints of Matisse #325E84
RGB
CMYK
RGB Variations
Color information
#325E84 (or 0x325E84) is known color: Matisse. HEX triplet: 32, 5E and 84. RGB value is (50,94,132). Sum of RGB (Red+Green+Blue) = 50+94+132=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #325E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E84 is #CDA17B. Grayscale: #545454. Windows color (decimal): -13476220 or 8674866. OLE color: 8674866.
HSL color Cylindrical-coordinate representation of color #325E84: hue angle of 207.8º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325E84 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 94 | 132 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.48 |
| HSL | 207.8º | 0.45% | 0.36% | - |
| HSV(B) | 207.8º | 0.62% | 0.52% | - |
| XYZ | 9.48 | 10.35 | 23.33 | - |
| YUV | 85.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 132 | 0.62 | 0.29 | 0 | 0.48 | 207.8 | 0.45 | 0.36 |
| Hex | 32 | 5E | 84 | 3E | 1D | 0 | 30 | D0 | 2D | 24 |
| Octal | 62 | 136 | 204 | 76 | 35 | 0 | 60 | 320 | 55 | 44 |
| Binary | 110010 | 1011110 | 10000100 | 111110 | 11101 | 0 | 110000 | 11010000 | 101101 | 100100 |
Color Harmonies of #325E84
Complementary color
Monochromatic Colors of #325E84
Black with #325E84
Text Example
Text Example
White with #325E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E84; }
p { color: rgb(50,94,132); }
H1.HeaderClassName
{
color: #325E84;
}
.AnyTagClassName
{
color: #325E84;
}
</style>
background-color css
<style>
a { background-color: #325E84; }
a { background-color: rgb(50,94,132); }
div.DivClassName
{
background-color: #325E84;
}
.BgClassName
{
background-color: #325E84;
}
</style>
border-color css
<style>
span { border-color: #325E84; }
span { border-color: rgb(50,94,132); }
td.TdClassName
{
border-color: #325E84;
}
.TagClassName
{
border-color: #325E84;
}
</style>