Shades of Matisse #326484
Tints of Matisse #326484
RGB
CMYK
RGB Variations
Color information
#326484 (or 0x326484) is known color: Matisse. HEX triplet: 32, 64 and 84. RGB value is (50,100,132). Sum of RGB (Red+Green+Blue) = 50+100+132=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #326484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326484 is #CD9B7B. Grayscale: #585858. Windows color (decimal): -13474684 or 8676402. OLE color: 8676402.
HSL color Cylindrical-coordinate representation of color #326484: hue angle of 203.41º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326484 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 100 | 132 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.48 |
| HSL | 203.41º | 0.45% | 0.36% | - |
| HSV(B) | 203.41º | 0.62% | 0.52% | - |
| XYZ | 10.04 | 11.46 | 23.51 | - |
| YUV | 88.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 132 | 0.62 | 0.24 | 0 | 0.48 | 203.41 | 0.45 | 0.36 |
| Hex | 32 | 64 | 84 | 3E | 18 | 0 | 30 | CB | 2D | 24 |
| Octal | 62 | 144 | 204 | 76 | 30 | 0 | 60 | 313 | 55 | 44 |
| Binary | 110010 | 1100100 | 10000100 | 111110 | 11000 | 0 | 110000 | 11001011 | 101101 | 100100 |
Color Harmonies of #326484
Complementary color
Monochromatic Colors of #326484
Black with #326484
Text Example
Text Example
White with #326484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326484; }
p { color: rgb(50,100,132); }
H1.HeaderClassName
{
color: #326484;
}
.AnyTagClassName
{
color: #326484;
}
</style>
background-color css
<style>
a { background-color: #326484; }
a { background-color: rgb(50,100,132); }
div.DivClassName
{
background-color: #326484;
}
.BgClassName
{
background-color: #326484;
}
</style>
border-color css
<style>
span { border-color: #326484; }
span { border-color: rgb(50,100,132); }
td.TdClassName
{
border-color: #326484;
}
.TagClassName
{
border-color: #326484;
}
</style>