Shades of Matisse #326288
Tints of Matisse #326288
RGB
CMYK
RGB Variations
Color information
#326288 (or 0x326288) is known color: Matisse. HEX triplet: 32, 62 and 88. RGB value is (50,98,136). Sum of RGB (Red+Green+Blue) = 50+98+136=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #326288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326288 is #CD9D77. Grayscale: #575757. Windows color (decimal): -13475192 or 8938034. OLE color: 8938034.
HSL color Cylindrical-coordinate representation of color #326288: hue angle of 206.51º 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 #326288 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 98 | 136 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.47 |
| HSL | 206.51º | 0.46% | 0.36% | - |
| HSV(B) | 206.51º | 0.63% | 0.53% | - |
| XYZ | 10.13 | 11.19 | 24.92 | - |
| YUV | 87.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 136 | 0.63 | 0.28 | 0 | 0.47 | 206.51 | 0.46 | 0.36 |
| Hex | 32 | 62 | 88 | 3F | 1C | 0 | 2F | CF | 2E | 24 |
| Octal | 62 | 142 | 210 | 77 | 34 | 0 | 57 | 317 | 56 | 44 |
| Binary | 110010 | 1100010 | 10001000 | 111111 | 11100 | 0 | 101111 | 11001111 | 101110 | 100100 |
Color Harmonies of #326288
Complementary color
Monochromatic Colors of #326288
Black with #326288
Text Example
Text Example
White with #326288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326288; }
p { color: rgb(50,98,136); }
H1.HeaderClassName
{
color: #326288;
}
.AnyTagClassName
{
color: #326288;
}
</style>
background-color css
<style>
a { background-color: #326288; }
a { background-color: rgb(50,98,136); }
div.DivClassName
{
background-color: #326288;
}
.BgClassName
{
background-color: #326288;
}
</style>
border-color css
<style>
span { border-color: #326288; }
span { border-color: rgb(50,98,136); }
td.TdClassName
{
border-color: #326288;
}
.TagClassName
{
border-color: #326288;
}
</style>