Shades of Matisse #365E88
Tints of Matisse #365E88
RGB
CMYK
RGB Variations
Color information
#365E88 (or 0x365E88) is known color: Matisse. HEX triplet: 36, 5E and 88. RGB value is (54,94,136). Sum of RGB (Red+Green+Blue) = 54+94+136=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #365E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E88 is #C9A177. Grayscale: #565656. Windows color (decimal): -13214072 or 8937014. OLE color: 8937014.
HSL color Cylindrical-coordinate representation of color #365E88: hue angle of 210.73º 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 #365E88 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 94 | 136 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.47 |
| HSL | 210.73º | 0.43% | 0.37% | - |
| HSV(B) | 210.73º | 0.6% | 0.53% | - |
| XYZ | 9.97 | 10.57 | 24.81 | - |
| YUV | 86.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 136 | 0.60 | 0.31 | 0 | 0.47 | 210.73 | 0.43 | 0.37 |
| Hex | 36 | 5E | 88 | 3C | 1F | 0 | 2F | D3 | 2B | 25 |
| Octal | 66 | 136 | 210 | 74 | 37 | 0 | 57 | 323 | 53 | 45 |
| Binary | 110110 | 1011110 | 10001000 | 111100 | 11111 | 0 | 101111 | 11010011 | 101011 | 100101 |
Color Harmonies of #365E88
Complementary color
Monochromatic Colors of #365E88
Black with #365E88
Text Example
Text Example
White with #365E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E88; }
p { color: rgb(54,94,136); }
H1.HeaderClassName
{
color: #365E88;
}
.AnyTagClassName
{
color: #365E88;
}
</style>
background-color css
<style>
a { background-color: #365E88; }
a { background-color: rgb(54,94,136); }
div.DivClassName
{
background-color: #365E88;
}
.BgClassName
{
background-color: #365E88;
}
</style>
border-color css
<style>
span { border-color: #365E88; }
span { border-color: rgb(54,94,136); }
td.TdClassName
{
border-color: #365E88;
}
.TagClassName
{
border-color: #365E88;
}
</style>