Shades of Matisse #365E80
Tints of Matisse #365E80
RGB
CMYK
RGB Variations
Color information
#365E80 (or 0x365E80) is known color: Matisse. HEX triplet: 36, 5E and 80. RGB value is (54,94,128). Sum of RGB (Red+Green+Blue) = 54+94+128=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #365E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E80 is #C9A17F. Grayscale: #555555. Windows color (decimal): -13214080 or 8412726. OLE color: 8412726.
HSL color Cylindrical-coordinate representation of color #365E80: hue angle of 207.57º 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 #365E80 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 94 | 128 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.50 |
| HSL | 207.57º | 0.41% | 0.36% | - |
| HSV(B) | 207.57º | 0.58% | 0.5% | - |
| XYZ | 9.42 | 10.35 | 21.92 | - |
| YUV | 85.92 | 151.75 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 128 | 0.58 | 0.27 | 0 | 0.50 | 207.57 | 0.41 | 0.36 |
| Hex | 36 | 5E | 80 | 3A | 1B | 0 | 32 | D0 | 29 | 24 |
| Octal | 66 | 136 | 200 | 72 | 33 | 0 | 62 | 320 | 51 | 44 |
| Binary | 110110 | 1011110 | 10000000 | 111010 | 11011 | 0 | 110010 | 11010000 | 101001 | 100100 |
Color Harmonies of #365E80
Complementary color
Monochromatic Colors of #365E80
Black with #365E80
Text Example
Text Example
White with #365E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E80; }
p { color: rgb(54,94,128); }
H1.HeaderClassName
{
color: #365E80;
}
.AnyTagClassName
{
color: #365E80;
}
</style>
background-color css
<style>
a { background-color: #365E80; }
a { background-color: rgb(54,94,128); }
div.DivClassName
{
background-color: #365E80;
}
.BgClassName
{
background-color: #365E80;
}
</style>
border-color css
<style>
span { border-color: #365E80; }
span { border-color: rgb(54,94,128); }
td.TdClassName
{
border-color: #365E80;
}
.TagClassName
{
border-color: #365E80;
}
</style>