Shades of Matisse #326082
Tints of Matisse #326082
RGB
CMYK
RGB Variations
Color information
#326082 (or 0x326082) is known color: Matisse. HEX triplet: 32, 60 and 82. RGB value is (50,96,130). Sum of RGB (Red+Green+Blue) = 50+96+130=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #326082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326082 is #CD9F7D. Grayscale: #555555. Windows color (decimal): -13475710 or 8544306. OLE color: 8544306.
HSL color Cylindrical-coordinate representation of color #326082: hue angle of 205.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326082 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 96 | 130 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.49 |
| HSL | 205.5º | 0.44% | 0.35% | - |
| HSV(B) | 205.5º | 0.62% | 0.51% | - |
| XYZ | 9.53 | 10.66 | 22.67 | - |
| YUV | 86.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 130 | 0.62 | 0.26 | 0 | 0.49 | 205.5 | 0.44 | 0.35 |
| Hex | 32 | 60 | 82 | 3E | 1A | 0 | 31 | CE | 2C | 23 |
| Octal | 62 | 140 | 202 | 76 | 32 | 0 | 61 | 316 | 54 | 43 |
| Binary | 110010 | 1100000 | 10000010 | 111110 | 11010 | 0 | 110001 | 11001110 | 101100 | 100011 |
Color Harmonies of #326082
Complementary color
Monochromatic Colors of #326082
Black with #326082
Text Example
Text Example
White with #326082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326082; }
p { color: rgb(50,96,130); }
H1.HeaderClassName
{
color: #326082;
}
.AnyTagClassName
{
color: #326082;
}
</style>
background-color css
<style>
a { background-color: #326082; }
a { background-color: rgb(50,96,130); }
div.DivClassName
{
background-color: #326082;
}
.BgClassName
{
background-color: #326082;
}
</style>
border-color css
<style>
span { border-color: #326082; }
span { border-color: rgb(50,96,130); }
td.TdClassName
{
border-color: #326082;
}
.TagClassName
{
border-color: #326082;
}
</style>