Shades of Matisse #365878
Tints of Matisse #365878
RGB
CMYK
RGB Variations
Color information
#365878 (or 0x365878) is known color: Matisse. HEX triplet: 36, 58 and 78. RGB value is (54,88,120). Sum of RGB (Red+Green+Blue) = 54+88+120=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #365878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365878 is #C9A787. Grayscale: #515151. Windows color (decimal): -13215624 or 7886902. OLE color: 7886902.
HSL color Cylindrical-coordinate representation of color #365878: hue angle of 209.09º 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 #365878 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 88 | 120 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.53 |
| HSL | 209.09º | 0.38% | 0.34% | - |
| HSV(B) | 209.09º | 0.55% | 0.47% | - |
| XYZ | 8.4 | 9.12 | 19.09 | - |
| YUV | 81.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 120 | 0.55 | 0.27 | 0 | 0.53 | 209.09 | 0.38 | 0.34 |
| Hex | 36 | 58 | 78 | 37 | 1B | 0 | 35 | D1 | 26 | 22 |
| Octal | 66 | 130 | 170 | 67 | 33 | 0 | 65 | 321 | 46 | 42 |
| Binary | 110110 | 1011000 | 1111000 | 110111 | 11011 | 0 | 110101 | 11010001 | 100110 | 100010 |
Color Harmonies of #365878
Complementary color
Monochromatic Colors of #365878
Black with #365878
Text Example
Text Example
White with #365878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365878; }
p { color: rgb(54,88,120); }
H1.HeaderClassName
{
color: #365878;
}
.AnyTagClassName
{
color: #365878;
}
</style>
background-color css
<style>
a { background-color: #365878; }
a { background-color: rgb(54,88,120); }
div.DivClassName
{
background-color: #365878;
}
.BgClassName
{
background-color: #365878;
}
</style>
border-color css
<style>
span { border-color: #365878; }
span { border-color: rgb(54,88,120); }
td.TdClassName
{
border-color: #365878;
}
.TagClassName
{
border-color: #365878;
}
</style>