Shades of Matisse #366384
Tints of Matisse #366384
RGB
CMYK
RGB Variations
Color information
#366384 (or 0x366384) is known color: Matisse. HEX triplet: 36, 63 and 84. RGB value is (54,99,132). Sum of RGB (Red+Green+Blue) = 54+99+132=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #366384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366384 is #C99C7B. Grayscale: #595959. Windows color (decimal): -13212796 or 8676150. OLE color: 8676150.
HSL color Cylindrical-coordinate representation of color #366384: hue angle of 205.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366384 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 99 | 132 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.48 |
| HSL | 205.38º | 0.42% | 0.36% | - |
| HSV(B) | 205.38º | 0.59% | 0.52% | - |
| XYZ | 10.15 | 11.37 | 23.49 | - |
| YUV | 89.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 132 | 0.59 | 0.25 | 0 | 0.48 | 205.38 | 0.42 | 0.36 |
| Hex | 36 | 63 | 84 | 3B | 19 | 0 | 30 | CD | 2A | 24 |
| Octal | 66 | 143 | 204 | 73 | 31 | 0 | 60 | 315 | 52 | 44 |
| Binary | 110110 | 1100011 | 10000100 | 111011 | 11001 | 0 | 110000 | 11001101 | 101010 | 100100 |
Color Harmonies of #366384
Complementary color
Monochromatic Colors of #366384
Black with #366384
Text Example
Text Example
White with #366384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366384; }
p { color: rgb(54,99,132); }
H1.HeaderClassName
{
color: #366384;
}
.AnyTagClassName
{
color: #366384;
}
</style>
background-color css
<style>
a { background-color: #366384; }
a { background-color: rgb(54,99,132); }
div.DivClassName
{
background-color: #366384;
}
.BgClassName
{
background-color: #366384;
}
</style>
border-color css
<style>
span { border-color: #366384; }
span { border-color: rgb(54,99,132); }
td.TdClassName
{
border-color: #366384;
}
.TagClassName
{
border-color: #366384;
}
</style>