Shades of Matisse #325E87
Tints of Matisse #325E87
RGB
CMYK
RGB Variations
Color information
#325E87 (or 0x325E87) is known color: Matisse. HEX triplet: 32, 5E and 87. RGB value is (50,94,135). Sum of RGB (Red+Green+Blue) = 50+94+135=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #325E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E87 is #CDA178. Grayscale: #555555. Windows color (decimal): -13476217 or 8871474. OLE color: 8871474.
HSL color Cylindrical-coordinate representation of color #325E87: hue angle of 208.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325E87 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 94 | 135 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.47 |
| HSL | 208.94º | 0.46% | 0.36% | - |
| HSV(B) | 208.94º | 0.63% | 0.53% | - |
| XYZ | 9.69 | 10.43 | 24.42 | - |
| YUV | 85.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 135 | 0.63 | 0.30 | 0 | 0.47 | 208.94 | 0.46 | 0.36 |
| Hex | 32 | 5E | 87 | 3F | 1E | 0 | 2F | D1 | 2E | 24 |
| Octal | 62 | 136 | 207 | 77 | 36 | 0 | 57 | 321 | 56 | 44 |
| Binary | 110010 | 1011110 | 10000111 | 111111 | 11110 | 0 | 101111 | 11010001 | 101110 | 100100 |
Color Harmonies of #325E87
Complementary color
Monochromatic Colors of #325E87
Black with #325E87
Text Example
Text Example
White with #325E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E87; }
p { color: rgb(50,94,135); }
H1.HeaderClassName
{
color: #325E87;
}
.AnyTagClassName
{
color: #325E87;
}
</style>
background-color css
<style>
a { background-color: #325E87; }
a { background-color: rgb(50,94,135); }
div.DivClassName
{
background-color: #325E87;
}
.BgClassName
{
background-color: #325E87;
}
</style>
border-color css
<style>
span { border-color: #325E87; }
span { border-color: rgb(50,94,135); }
td.TdClassName
{
border-color: #325E87;
}
.TagClassName
{
border-color: #325E87;
}
</style>