Shades of Matisse #366282
Tints of Matisse #366282
RGB
CMYK
RGB Variations
Color information
#366282 (or 0x366282) is known color: Matisse. HEX triplet: 36, 62 and 82. RGB value is (54,98,130). Sum of RGB (Red+Green+Blue) = 54+98+130=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 98 (38.67% from 255 or 34.75% 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 #366282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366282 is #C99D7D. Grayscale: #585858. Windows color (decimal): -13213054 or 8544822. OLE color: 8544822.
HSL color Cylindrical-coordinate representation of color #366282: hue angle of 205.26º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366282 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 98 | 130 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.49 |
| HSL | 205.26º | 0.41% | 0.36% | - |
| HSV(B) | 205.26º | 0.58% | 0.51% | - |
| XYZ | 9.92 | 11.13 | 22.74 | - |
| YUV | 88.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 130 | 0.58 | 0.25 | 0 | 0.49 | 205.26 | 0.41 | 0.36 |
| Hex | 36 | 62 | 82 | 3A | 19 | 0 | 31 | CD | 29 | 24 |
| Octal | 66 | 142 | 202 | 72 | 31 | 0 | 61 | 315 | 51 | 44 |
| Binary | 110110 | 1100010 | 10000010 | 111010 | 11001 | 0 | 110001 | 11001101 | 101001 | 100100 |
Color Harmonies of #366282
Complementary color
Monochromatic Colors of #366282
Black with #366282
Text Example
Text Example
White with #366282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366282; }
p { color: rgb(54,98,130); }
H1.HeaderClassName
{
color: #366282;
}
.AnyTagClassName
{
color: #366282;
}
</style>
background-color css
<style>
a { background-color: #366282; }
a { background-color: rgb(54,98,130); }
div.DivClassName
{
background-color: #366282;
}
.BgClassName
{
background-color: #366282;
}
</style>
border-color css
<style>
span { border-color: #366282; }
span { border-color: rgb(54,98,130); }
td.TdClassName
{
border-color: #366282;
}
.TagClassName
{
border-color: #366282;
}
</style>