Shades of Matisse #366380
Tints of Matisse #366380
RGB
CMYK
RGB Variations
Color information
#366380 (or 0x366380) is known color: Matisse. HEX triplet: 36, 63 and 80. RGB value is (54,99,128). Sum of RGB (Red+Green+Blue) = 54+99+128=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #366380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366380 is #C99C7F. Grayscale: #585858. Windows color (decimal): -13212800 or 8414006. OLE color: 8414006.
HSL color Cylindrical-coordinate representation of color #366380: hue angle of 203.51º 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 #366380 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 99 | 128 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.50 |
| HSL | 203.51º | 0.41% | 0.36% | - |
| HSV(B) | 203.51º | 0.58% | 0.5% | - |
| XYZ | 9.88 | 11.27 | 22.08 | - |
| YUV | 88.85 | 150.09 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 128 | 0.58 | 0.23 | 0 | 0.50 | 203.51 | 0.41 | 0.36 |
| Hex | 36 | 63 | 80 | 3A | 17 | 0 | 32 | CC | 29 | 24 |
| Octal | 66 | 143 | 200 | 72 | 27 | 0 | 62 | 314 | 51 | 44 |
| Binary | 110110 | 1100011 | 10000000 | 111010 | 10111 | 0 | 110010 | 11001100 | 101001 | 100100 |
Color Harmonies of #366380
Complementary color
Monochromatic Colors of #366380
Black with #366380
Text Example
Text Example
White with #366380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366380; }
p { color: rgb(54,99,128); }
H1.HeaderClassName
{
color: #366380;
}
.AnyTagClassName
{
color: #366380;
}
</style>
background-color css
<style>
a { background-color: #366380; }
a { background-color: rgb(54,99,128); }
div.DivClassName
{
background-color: #366380;
}
.BgClassName
{
background-color: #366380;
}
</style>
border-color css
<style>
span { border-color: #366380; }
span { border-color: rgb(54,99,128); }
td.TdClassName
{
border-color: #366380;
}
.TagClassName
{
border-color: #366380;
}
</style>