Shades of Matisse #356485
Tints of Matisse #356485
RGB
CMYK
RGB Variations
Color information
#356485 (or 0x356485) is known color: Matisse. HEX triplet: 35, 64 and 85. RGB value is (53,100,133). Sum of RGB (Red+Green+Blue) = 53+100+133=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #356485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356485 is #CA9B7A. Grayscale: #595959. Windows color (decimal): -13278075 or 8741941. OLE color: 8741941.
HSL color Cylindrical-coordinate representation of color #356485: hue angle of 204.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356485 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 100 | 133 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.48 |
| HSL | 204.75º | 0.43% | 0.36% | - |
| HSV(B) | 204.75º | 0.6% | 0.52% | - |
| XYZ | 10.26 | 11.56 | 23.88 | - |
| YUV | 89.71 | 152.43 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 133 | 0.60 | 0.25 | 0 | 0.48 | 204.75 | 0.43 | 0.36 |
| Hex | 35 | 64 | 85 | 3C | 19 | 0 | 30 | CD | 2B | 24 |
| Octal | 65 | 144 | 205 | 74 | 31 | 0 | 60 | 315 | 53 | 44 |
| Binary | 110101 | 1100100 | 10000101 | 111100 | 11001 | 0 | 110000 | 11001101 | 101011 | 100100 |
Color Harmonies of #356485
Complementary color
Monochromatic Colors of #356485
Black with #356485
Text Example
Text Example
White with #356485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356485; }
p { color: rgb(53,100,133); }
H1.HeaderClassName
{
color: #356485;
}
.AnyTagClassName
{
color: #356485;
}
</style>
background-color css
<style>
a { background-color: #356485; }
a { background-color: rgb(53,100,133); }
div.DivClassName
{
background-color: #356485;
}
.BgClassName
{
background-color: #356485;
}
</style>
border-color css
<style>
span { border-color: #356485; }
span { border-color: rgb(53,100,133); }
td.TdClassName
{
border-color: #356485;
}
.TagClassName
{
border-color: #356485;
}
</style>