Shades of Matisse #356382
Tints of Matisse #356382
RGB
CMYK
RGB Variations
Color information
#356382 (or 0x356382) is known color: Matisse. HEX triplet: 35, 63 and 82. RGB value is (53,99,130). Sum of RGB (Red+Green+Blue) = 53+99+130=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #356382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356382 is #CA9C7D. Grayscale: #585858. Windows color (decimal): -13278334 or 8545077. OLE color: 8545077.
HSL color Cylindrical-coordinate representation of color #356382: hue angle of 204.16º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356382 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 99 | 130 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.49 |
| HSL | 204.16º | 0.42% | 0.36% | - |
| HSV(B) | 204.16º | 0.59% | 0.51% | - |
| XYZ | 9.96 | 11.29 | 22.77 | - |
| YUV | 88.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 130 | 0.59 | 0.24 | 0 | 0.49 | 204.16 | 0.42 | 0.36 |
| Hex | 35 | 63 | 82 | 3B | 18 | 0 | 31 | CC | 2A | 24 |
| Octal | 65 | 143 | 202 | 73 | 30 | 0 | 61 | 314 | 52 | 44 |
| Binary | 110101 | 1100011 | 10000010 | 111011 | 11000 | 0 | 110001 | 11001100 | 101010 | 100100 |
Color Harmonies of #356382
Complementary color
Monochromatic Colors of #356382
Black with #356382
Text Example
Text Example
White with #356382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356382; }
p { color: rgb(53,99,130); }
H1.HeaderClassName
{
color: #356382;
}
.AnyTagClassName
{
color: #356382;
}
</style>
background-color css
<style>
a { background-color: #356382; }
a { background-color: rgb(53,99,130); }
div.DivClassName
{
background-color: #356382;
}
.BgClassName
{
background-color: #356382;
}
</style>
border-color css
<style>
span { border-color: #356382; }
span { border-color: rgb(53,99,130); }
td.TdClassName
{
border-color: #356382;
}
.TagClassName
{
border-color: #356382;
}
</style>