Shades of Matisse #366488
Tints of Matisse #366488
RGB
CMYK
RGB Variations
Color information
#366488 (or 0x366488) is known color: Matisse. HEX triplet: 36, 64 and 88. RGB value is (54,100,136). Sum of RGB (Red+Green+Blue) = 54+100+136=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #366488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366488 is #C99B77. Grayscale: #5A5A5A. Windows color (decimal): -13212536 or 8938550. OLE color: 8938550.
HSL color Cylindrical-coordinate representation of color #366488: hue angle of 206.34º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366488 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 100 | 136 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.47 |
| HSL | 206.34º | 0.43% | 0.37% | - |
| HSV(B) | 206.34º | 0.6% | 0.53% | - |
| XYZ | 10.52 | 11.68 | 24.99 | - |
| YUV | 90.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 100 | 136 | 0.60 | 0.26 | 0 | 0.47 | 206.34 | 0.43 | 0.37 |
| Hex | 36 | 64 | 88 | 3C | 1A | 0 | 2F | CE | 2B | 25 |
| Octal | 66 | 144 | 210 | 74 | 32 | 0 | 57 | 316 | 53 | 45 |
| Binary | 110110 | 1100100 | 10001000 | 111100 | 11010 | 0 | 101111 | 11001110 | 101011 | 100101 |
Color Harmonies of #366488
Complementary color
Monochromatic Colors of #366488
Black with #366488
Text Example
Text Example
White with #366488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366488; }
p { color: rgb(54,100,136); }
H1.HeaderClassName
{
color: #366488;
}
.AnyTagClassName
{
color: #366488;
}
</style>
background-color css
<style>
a { background-color: #366488; }
a { background-color: rgb(54,100,136); }
div.DivClassName
{
background-color: #366488;
}
.BgClassName
{
background-color: #366488;
}
</style>
border-color css
<style>
span { border-color: #366488; }
span { border-color: rgb(54,100,136); }
td.TdClassName
{
border-color: #366488;
}
.TagClassName
{
border-color: #366488;
}
</style>