Shades of Matisse #365F81
Tints of Matisse #365F81
RGB
CMYK
RGB Variations
Color information
#365F81 (or 0x365F81) is known color: Matisse. HEX triplet: 36, 5F and 81. RGB value is (54,95,129). Sum of RGB (Red+Green+Blue) = 54+95+129=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #365F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F81 is #C9A07E. Grayscale: #565656. Windows color (decimal): -13213823 or 8478518. OLE color: 8478518.
HSL color Cylindrical-coordinate representation of color #365F81: hue angle of 207.2º 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 #365F81 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 95 | 129 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.49 |
| HSL | 207.2º | 0.41% | 0.36% | - |
| HSV(B) | 207.2º | 0.58% | 0.51% | - |
| XYZ | 9.58 | 10.55 | 22.3 | - |
| YUV | 86.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 129 | 0.58 | 0.26 | 0 | 0.49 | 207.2 | 0.41 | 0.36 |
| Hex | 36 | 5F | 81 | 3A | 1A | 0 | 31 | CF | 29 | 24 |
| Octal | 66 | 137 | 201 | 72 | 32 | 0 | 61 | 317 | 51 | 44 |
| Binary | 110110 | 1011111 | 10000001 | 111010 | 11010 | 0 | 110001 | 11001111 | 101001 | 100100 |
Color Harmonies of #365F81
Complementary color
Monochromatic Colors of #365F81
Black with #365F81
Text Example
Text Example
White with #365F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F81; }
p { color: rgb(54,95,129); }
H1.HeaderClassName
{
color: #365F81;
}
.AnyTagClassName
{
color: #365F81;
}
</style>
background-color css
<style>
a { background-color: #365F81; }
a { background-color: rgb(54,95,129); }
div.DivClassName
{
background-color: #365F81;
}
.BgClassName
{
background-color: #365F81;
}
</style>
border-color css
<style>
span { border-color: #365F81; }
span { border-color: rgb(54,95,129); }
td.TdClassName
{
border-color: #365F81;
}
.TagClassName
{
border-color: #365F81;
}
</style>