Shades of Matisse #355980
Tints of Matisse #355980
RGB
CMYK
RGB Variations
Color information
#355980 (or 0x355980) is known color: Matisse. HEX triplet: 35, 59 and 80. RGB value is (53,89,128). Sum of RGB (Red+Green+Blue) = 53+89+128=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #355980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355980 is #CAA67F. Grayscale: #525252. Windows color (decimal): -13280896 or 8411445. OLE color: 8411445.
HSL color Cylindrical-coordinate representation of color #355980: hue angle of 211.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355980 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 89 | 128 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.50 |
| HSL | 211.2º | 0.41% | 0.35% | - |
| HSV(B) | 211.2º | 0.59% | 0.5% | - |
| XYZ | 8.94 | 9.46 | 21.78 | - |
| YUV | 82.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 128 | 0.59 | 0.30 | 0 | 0.50 | 211.2 | 0.41 | 0.35 |
| Hex | 35 | 59 | 80 | 3B | 1E | 0 | 32 | D3 | 29 | 23 |
| Octal | 65 | 131 | 200 | 73 | 36 | 0 | 62 | 323 | 51 | 43 |
| Binary | 110101 | 1011001 | 10000000 | 111011 | 11110 | 0 | 110010 | 11010011 | 101001 | 100011 |
Color Harmonies of #355980
Complementary color
Monochromatic Colors of #355980
Black with #355980
Text Example
Text Example
White with #355980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355980; }
p { color: rgb(53,89,128); }
H1.HeaderClassName
{
color: #355980;
}
.AnyTagClassName
{
color: #355980;
}
</style>
background-color css
<style>
a { background-color: #355980; }
a { background-color: rgb(53,89,128); }
div.DivClassName
{
background-color: #355980;
}
.BgClassName
{
background-color: #355980;
}
</style>
border-color css
<style>
span { border-color: #355980; }
span { border-color: rgb(53,89,128); }
td.TdClassName
{
border-color: #355980;
}
.TagClassName
{
border-color: #355980;
}
</style>