Shades of Matisse #356282
Tints of Matisse #356282
RGB
CMYK
RGB Variations
Color information
#356282 (or 0x356282) is known color: Matisse. HEX triplet: 35, 62 and 82. RGB value is (53,98,130). Sum of RGB (Red+Green+Blue) = 53+98+130=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #356282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356282 is #CA9D7D. Grayscale: #585858. Windows color (decimal): -13278590 or 8544821. OLE color: 8544821.
HSL color Cylindrical-coordinate representation of color #356282: hue angle of 204.94º 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 #356282 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 98 | 130 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.49 |
| HSL | 204.94º | 0.42% | 0.36% | - |
| HSV(B) | 204.94º | 0.59% | 0.51% | - |
| XYZ | 9.87 | 11.1 | 22.74 | - |
| YUV | 88.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 130 | 0.59 | 0.25 | 0 | 0.49 | 204.94 | 0.42 | 0.36 |
| Hex | 35 | 62 | 82 | 3B | 19 | 0 | 31 | CD | 2A | 24 |
| Octal | 65 | 142 | 202 | 73 | 31 | 0 | 61 | 315 | 52 | 44 |
| Binary | 110101 | 1100010 | 10000010 | 111011 | 11001 | 0 | 110001 | 11001101 | 101010 | 100100 |
Color Harmonies of #356282
Complementary color
Monochromatic Colors of #356282
Black with #356282
Text Example
Text Example
White with #356282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356282; }
p { color: rgb(53,98,130); }
H1.HeaderClassName
{
color: #356282;
}
.AnyTagClassName
{
color: #356282;
}
</style>
background-color css
<style>
a { background-color: #356282; }
a { background-color: rgb(53,98,130); }
div.DivClassName
{
background-color: #356282;
}
.BgClassName
{
background-color: #356282;
}
</style>
border-color css
<style>
span { border-color: #356282; }
span { border-color: rgb(53,98,130); }
td.TdClassName
{
border-color: #356282;
}
.TagClassName
{
border-color: #356282;
}
</style>