Shades of Matisse #326580
Tints of Matisse #326580
RGB
CMYK
RGB Variations
Color information
#326580 (or 0x326580) is known color: Matisse. HEX triplet: 32, 65 and 80. RGB value is (50,101,128). Sum of RGB (Red+Green+Blue) = 50+101+128=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #326580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326580 is #CD9A7F. Grayscale: #585858. Windows color (decimal): -13474432 or 8414514. OLE color: 8414514.
HSL color Cylindrical-coordinate representation of color #326580: hue angle of 200.77º 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 #326580 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 101 | 128 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.50 |
| HSL | 200.77º | 0.44% | 0.35% | - |
| HSV(B) | 200.77º | 0.61% | 0.5% | - |
| XYZ | 9.87 | 11.54 | 22.13 | - |
| YUV | 88.83 | 150.1 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 128 | 0.61 | 0.21 | 0 | 0.50 | 200.77 | 0.44 | 0.35 |
| Hex | 32 | 65 | 80 | 3D | 15 | 0 | 32 | C9 | 2C | 23 |
| Octal | 62 | 145 | 200 | 75 | 25 | 0 | 62 | 311 | 54 | 43 |
| Binary | 110010 | 1100101 | 10000000 | 111101 | 10101 | 0 | 110010 | 11001001 | 101100 | 100011 |
Color Harmonies of #326580
Complementary color
Monochromatic Colors of #326580
Black with #326580
Text Example
Text Example
White with #326580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326580; }
p { color: rgb(50,101,128); }
H1.HeaderClassName
{
color: #326580;
}
.AnyTagClassName
{
color: #326580;
}
</style>
background-color css
<style>
a { background-color: #326580; }
a { background-color: rgb(50,101,128); }
div.DivClassName
{
background-color: #326580;
}
.BgClassName
{
background-color: #326580;
}
</style>
border-color css
<style>
span { border-color: #326580; }
span { border-color: rgb(50,101,128); }
td.TdClassName
{
border-color: #326580;
}
.TagClassName
{
border-color: #326580;
}
</style>