Shades of Matisse #365980
Tints of Matisse #365980
RGB
CMYK
RGB Variations
Color information
#365980 (or 0x365980) is known color: Matisse. HEX triplet: 36, 59 and 80. RGB value is (54,89,128). Sum of RGB (Red+Green+Blue) = 54+89+128=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #365980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365980 is #C9A67F. Grayscale: #525252. Windows color (decimal): -13215360 or 8411446. OLE color: 8411446.
HSL color Cylindrical-coordinate representation of color #365980: hue angle of 211.62º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365980 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 89 | 128 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.50 |
| HSL | 211.62º | 0.41% | 0.36% | - |
| HSV(B) | 211.62º | 0.58% | 0.5% | - |
| XYZ | 8.99 | 9.49 | 21.78 | - |
| YUV | 82.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 128 | 0.58 | 0.30 | 0 | 0.50 | 211.62 | 0.41 | 0.36 |
| Hex | 36 | 59 | 80 | 3A | 1E | 0 | 32 | D4 | 29 | 24 |
| Octal | 66 | 131 | 200 | 72 | 36 | 0 | 62 | 324 | 51 | 44 |
| Binary | 110110 | 1011001 | 10000000 | 111010 | 11110 | 0 | 110010 | 11010100 | 101001 | 100100 |
Color Harmonies of #365980
Complementary color
Monochromatic Colors of #365980
Black with #365980
Text Example
Text Example
White with #365980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365980; }
p { color: rgb(54,89,128); }
H1.HeaderClassName
{
color: #365980;
}
.AnyTagClassName
{
color: #365980;
}
</style>
background-color css
<style>
a { background-color: #365980; }
a { background-color: rgb(54,89,128); }
div.DivClassName
{
background-color: #365980;
}
.BgClassName
{
background-color: #365980;
}
</style>
border-color css
<style>
span { border-color: #365980; }
span { border-color: rgb(54,89,128); }
td.TdClassName
{
border-color: #365980;
}
.TagClassName
{
border-color: #365980;
}
</style>