Shades of Matisse #365B83
Tints of Matisse #365B83
RGB
CMYK
RGB Variations
Color information
#365B83 (or 0x365B83) is known color: Matisse. HEX triplet: 36, 5B and 83. RGB value is (54,91,131). Sum of RGB (Red+Green+Blue) = 54+91+131=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #365B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B83 is #C9A47C. Grayscale: #545454. Windows color (decimal): -13214845 or 8608566. OLE color: 8608566.
HSL color Cylindrical-coordinate representation of color #365B83: hue angle of 211.17º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365B83 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 91 | 131 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.49 |
| HSL | 211.17º | 0.42% | 0.36% | - |
| HSV(B) | 211.17º | 0.59% | 0.51% | - |
| XYZ | 9.36 | 9.91 | 22.89 | - |
| YUV | 84.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 131 | 0.59 | 0.31 | 0 | 0.49 | 211.17 | 0.42 | 0.36 |
| Hex | 36 | 5B | 83 | 3B | 1F | 0 | 31 | D3 | 2A | 24 |
| Octal | 66 | 133 | 203 | 73 | 37 | 0 | 61 | 323 | 52 | 44 |
| Binary | 110110 | 1011011 | 10000011 | 111011 | 11111 | 0 | 110001 | 11010011 | 101010 | 100100 |
Color Harmonies of #365B83
Complementary color
Monochromatic Colors of #365B83
Black with #365B83
Text Example
Text Example
White with #365B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B83; }
p { color: rgb(54,91,131); }
H1.HeaderClassName
{
color: #365B83;
}
.AnyTagClassName
{
color: #365B83;
}
</style>
background-color css
<style>
a { background-color: #365B83; }
a { background-color: rgb(54,91,131); }
div.DivClassName
{
background-color: #365B83;
}
.BgClassName
{
background-color: #365B83;
}
</style>
border-color css
<style>
span { border-color: #365B83; }
span { border-color: rgb(54,91,131); }
td.TdClassName
{
border-color: #365B83;
}
.TagClassName
{
border-color: #365B83;
}
</style>