Shades of Matisse #365E79
Tints of Matisse #365E79
RGB
CMYK
RGB Variations
Color information
#365E79 (or 0x365E79) is known color: Matisse. HEX triplet: 36, 5E and 79. RGB value is (54,94,121). Sum of RGB (Red+Green+Blue) = 54+94+121=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #365E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E79 is #C9A186. Grayscale: #545454. Windows color (decimal): -13214087 or 7953974. OLE color: 7953974.
HSL color Cylindrical-coordinate representation of color #365E79: hue angle of 204.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365E79 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 94 | 121 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.53 |
| HSL | 204.18º | 0.38% | 0.34% | - |
| HSV(B) | 204.18º | 0.55% | 0.47% | - |
| XYZ | 8.98 | 10.17 | 19.58 | - |
| YUV | 85.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 94 | 121 | 0.55 | 0.22 | 0 | 0.53 | 204.18 | 0.38 | 0.34 |
| Hex | 36 | 5E | 79 | 37 | 16 | 0 | 35 | CC | 26 | 22 |
| Octal | 66 | 136 | 171 | 67 | 26 | 0 | 65 | 314 | 46 | 42 |
| Binary | 110110 | 1011110 | 1111001 | 110111 | 10110 | 0 | 110101 | 11001100 | 100110 | 100010 |
Color Harmonies of #365E79
Complementary color
Monochromatic Colors of #365E79
Black with #365E79
Text Example
Text Example
White with #365E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365E79; }
p { color: rgb(54,94,121); }
H1.HeaderClassName
{
color: #365E79;
}
.AnyTagClassName
{
color: #365E79;
}
</style>
background-color css
<style>
a { background-color: #365E79; }
a { background-color: rgb(54,94,121); }
div.DivClassName
{
background-color: #365E79;
}
.BgClassName
{
background-color: #365E79;
}
</style>
border-color css
<style>
span { border-color: #365E79; }
span { border-color: rgb(54,94,121); }
td.TdClassName
{
border-color: #365E79;
}
.TagClassName
{
border-color: #365E79;
}
</style>