Shades of Matisse #326483
Tints of Matisse #326483
RGB
CMYK
RGB Variations
Color information
#326483 (or 0x326483) is known color: Matisse. HEX triplet: 32, 64 and 83. RGB value is (50,100,131). Sum of RGB (Red+Green+Blue) = 50+100+131=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #326483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326483 is #CD9B7C. Grayscale: #585858. Windows color (decimal): -13474685 or 8610866. OLE color: 8610866.
HSL color Cylindrical-coordinate representation of color #326483: hue angle of 202.96º degrees, saturation: 0.45, 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 #326483 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 100 | 131 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.49 |
| HSL | 202.96º | 0.45% | 0.35% | - |
| HSV(B) | 202.96º | 0.62% | 0.51% | - |
| XYZ | 9.97 | 11.43 | 23.15 | - |
| YUV | 88.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 131 | 0.62 | 0.24 | 0 | 0.49 | 202.96 | 0.45 | 0.35 |
| Hex | 32 | 64 | 83 | 3E | 18 | 0 | 31 | CB | 2D | 23 |
| Octal | 62 | 144 | 203 | 76 | 30 | 0 | 61 | 313 | 55 | 43 |
| Binary | 110010 | 1100100 | 10000011 | 111110 | 11000 | 0 | 110001 | 11001011 | 101101 | 100011 |
Color Harmonies of #326483
Complementary color
Monochromatic Colors of #326483
Black with #326483
Text Example
Text Example
White with #326483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326483; }
p { color: rgb(50,100,131); }
H1.HeaderClassName
{
color: #326483;
}
.AnyTagClassName
{
color: #326483;
}
</style>
background-color css
<style>
a { background-color: #326483; }
a { background-color: rgb(50,100,131); }
div.DivClassName
{
background-color: #326483;
}
.BgClassName
{
background-color: #326483;
}
</style>
border-color css
<style>
span { border-color: #326483; }
span { border-color: rgb(50,100,131); }
td.TdClassName
{
border-color: #326483;
}
.TagClassName
{
border-color: #326483;
}
</style>