Shades of Matisse #365A80
Tints of Matisse #365A80
RGB
CMYK
RGB Variations
Color information
#365A80 (or 0x365A80) is known color: Matisse. HEX triplet: 36, 5A and 80. RGB value is (54,90,128). Sum of RGB (Red+Green+Blue) = 54+90+128=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #365A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A80 is #C9A57F. Grayscale: #535353. Windows color (decimal): -13215104 or 8411702. OLE color: 8411702.
HSL color Cylindrical-coordinate representation of color #365A80: hue angle of 210.81º 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 #365A80 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 90 | 128 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.50 |
| HSL | 210.81º | 0.41% | 0.36% | - |
| HSV(B) | 210.81º | 0.58% | 0.5% | - |
| XYZ | 9.07 | 9.66 | 21.81 | - |
| YUV | 83.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 128 | 0.58 | 0.30 | 0 | 0.50 | 210.81 | 0.41 | 0.36 |
| Hex | 36 | 5A | 80 | 3A | 1E | 0 | 32 | D3 | 29 | 24 |
| Octal | 66 | 132 | 200 | 72 | 36 | 0 | 62 | 323 | 51 | 44 |
| Binary | 110110 | 1011010 | 10000000 | 111010 | 11110 | 0 | 110010 | 11010011 | 101001 | 100100 |
Color Harmonies of #365A80
Complementary color
Monochromatic Colors of #365A80
Black with #365A80
Text Example
Text Example
White with #365A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A80; }
p { color: rgb(54,90,128); }
H1.HeaderClassName
{
color: #365A80;
}
.AnyTagClassName
{
color: #365A80;
}
</style>
background-color css
<style>
a { background-color: #365A80; }
a { background-color: rgb(54,90,128); }
div.DivClassName
{
background-color: #365A80;
}
.BgClassName
{
background-color: #365A80;
}
</style>
border-color css
<style>
span { border-color: #365A80; }
span { border-color: rgb(54,90,128); }
td.TdClassName
{
border-color: #365A80;
}
.TagClassName
{
border-color: #365A80;
}
</style>