Shades of Matisse #356079
Tints of Matisse #356079
RGB
CMYK
RGB Variations
Color information
#356079 (or 0x356079) is known color: Matisse. HEX triplet: 35, 60 and 79. RGB value is (53,96,121). Sum of RGB (Red+Green+Blue) = 53+96+121=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #356079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356079 is #CA9F86. Grayscale: #555555. Windows color (decimal): -13279111 or 7954485. OLE color: 7954485.
HSL color Cylindrical-coordinate representation of color #356079: hue angle of 202.06º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356079 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 96 | 121 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.53 |
| HSL | 202.06º | 0.39% | 0.34% | - |
| HSV(B) | 202.06º | 0.56% | 0.47% | - |
| XYZ | 9.1 | 10.5 | 19.64 | - |
| YUV | 85.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 121 | 0.56 | 0.21 | 0 | 0.53 | 202.06 | 0.39 | 0.34 |
| Hex | 35 | 60 | 79 | 38 | 15 | 0 | 35 | CA | 27 | 22 |
| Octal | 65 | 140 | 171 | 70 | 25 | 0 | 65 | 312 | 47 | 42 |
| Binary | 110101 | 1100000 | 1111001 | 111000 | 10101 | 0 | 110101 | 11001010 | 100111 | 100010 |
Color Harmonies of #356079
Complementary color
Monochromatic Colors of #356079
Black with #356079
Text Example
Text Example
White with #356079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356079; }
p { color: rgb(53,96,121); }
H1.HeaderClassName
{
color: #356079;
}
.AnyTagClassName
{
color: #356079;
}
</style>
background-color css
<style>
a { background-color: #356079; }
a { background-color: rgb(53,96,121); }
div.DivClassName
{
background-color: #356079;
}
.BgClassName
{
background-color: #356079;
}
</style>
border-color css
<style>
span { border-color: #356079; }
span { border-color: rgb(53,96,121); }
td.TdClassName
{
border-color: #356079;
}
.TagClassName
{
border-color: #356079;
}
</style>