Shades of Matisse #325F80
Tints of Matisse #325F80
RGB
CMYK
RGB Variations
Color information
#325F80 (or 0x325F80) is known color: Matisse. HEX triplet: 32, 5F and 80. RGB value is (50,95,128). Sum of RGB (Red+Green+Blue) = 50+95+128=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #325F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F80 is #CDA07F. Grayscale: #555555. Windows color (decimal): -13475968 or 8412978. OLE color: 8412978.
HSL color Cylindrical-coordinate representation of color #325F80: hue angle of 205.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325F80 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 95 | 128 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.50 |
| HSL | 205.38º | 0.44% | 0.35% | - |
| HSV(B) | 205.38º | 0.61% | 0.5% | - |
| XYZ | 9.3 | 10.42 | 21.94 | - |
| YUV | 85.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 128 | 0.61 | 0.26 | 0 | 0.50 | 205.38 | 0.44 | 0.35 |
| Hex | 32 | 5F | 80 | 3D | 1A | 0 | 32 | CD | 2C | 23 |
| Octal | 62 | 137 | 200 | 75 | 32 | 0 | 62 | 315 | 54 | 43 |
| Binary | 110010 | 1011111 | 10000000 | 111101 | 11010 | 0 | 110010 | 11001101 | 101100 | 100011 |
Color Harmonies of #325F80
Complementary color
Monochromatic Colors of #325F80
Black with #325F80
Text Example
Text Example
White with #325F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F80; }
p { color: rgb(50,95,128); }
H1.HeaderClassName
{
color: #325F80;
}
.AnyTagClassName
{
color: #325F80;
}
</style>
background-color css
<style>
a { background-color: #325F80; }
a { background-color: rgb(50,95,128); }
div.DivClassName
{
background-color: #325F80;
}
.BgClassName
{
background-color: #325F80;
}
</style>
border-color css
<style>
span { border-color: #325F80; }
span { border-color: rgb(50,95,128); }
td.TdClassName
{
border-color: #325F80;
}
.TagClassName
{
border-color: #325F80;
}
</style>