Shades of Matisse #365D81
Tints of Matisse #365D81
RGB
CMYK
RGB Variations
Color information
#365D81 (or 0x365D81) is known color: Matisse. HEX triplet: 36, 5D and 81. RGB value is (54,93,129). Sum of RGB (Red+Green+Blue) = 54+93+129=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #365D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D81 is #C9A27E. Grayscale: #555555. Windows color (decimal): -13214335 or 8478006. OLE color: 8478006.
HSL color Cylindrical-coordinate representation of color #365D81: hue angle of 208.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365D81 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 93 | 129 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.49 |
| HSL | 208.8º | 0.41% | 0.36% | - |
| HSV(B) | 208.8º | 0.58% | 0.51% | - |
| XYZ | 9.4 | 10.2 | 22.24 | - |
| YUV | 85.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 129 | 0.58 | 0.28 | 0 | 0.49 | 208.8 | 0.41 | 0.36 |
| Hex | 36 | 5D | 81 | 3A | 1C | 0 | 31 | D1 | 29 | 24 |
| Octal | 66 | 135 | 201 | 72 | 34 | 0 | 61 | 321 | 51 | 44 |
| Binary | 110110 | 1011101 | 10000001 | 111010 | 11100 | 0 | 110001 | 11010001 | 101001 | 100100 |
Color Harmonies of #365D81
Complementary color
Monochromatic Colors of #365D81
Black with #365D81
Text Example
Text Example
White with #365D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D81; }
p { color: rgb(54,93,129); }
H1.HeaderClassName
{
color: #365D81;
}
.AnyTagClassName
{
color: #365D81;
}
</style>
background-color css
<style>
a { background-color: #365D81; }
a { background-color: rgb(54,93,129); }
div.DivClassName
{
background-color: #365D81;
}
.BgClassName
{
background-color: #365D81;
}
</style>
border-color css
<style>
span { border-color: #365D81; }
span { border-color: rgb(54,93,129); }
td.TdClassName
{
border-color: #365D81;
}
.TagClassName
{
border-color: #365D81;
}
</style>