Shades of Matisse #356182
Tints of Matisse #356182
RGB
CMYK
RGB Variations
Color information
#356182 (or 0x356182) is known color: Matisse. HEX triplet: 35, 61 and 82. RGB value is (53,97,130). Sum of RGB (Red+Green+Blue) = 53+97+130=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #356182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356182 is #CA9E7D. Grayscale: #575757. Windows color (decimal): -13278846 or 8544565. OLE color: 8544565.
HSL color Cylindrical-coordinate representation of color #356182: hue angle of 205.71º 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 #356182 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 97 | 130 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.49 |
| HSL | 205.71º | 0.42% | 0.36% | - |
| HSV(B) | 205.71º | 0.59% | 0.51% | - |
| XYZ | 9.77 | 10.92 | 22.71 | - |
| YUV | 87.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 130 | 0.59 | 0.25 | 0 | 0.49 | 205.71 | 0.42 | 0.36 |
| Hex | 35 | 61 | 82 | 3B | 19 | 0 | 31 | CE | 2A | 24 |
| Octal | 65 | 141 | 202 | 73 | 31 | 0 | 61 | 316 | 52 | 44 |
| Binary | 110101 | 1100001 | 10000010 | 111011 | 11001 | 0 | 110001 | 11001110 | 101010 | 100100 |
Color Harmonies of #356182
Complementary color
Monochromatic Colors of #356182
Black with #356182
Text Example
Text Example
White with #356182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356182; }
p { color: rgb(53,97,130); }
H1.HeaderClassName
{
color: #356182;
}
.AnyTagClassName
{
color: #356182;
}
</style>
background-color css
<style>
a { background-color: #356182; }
a { background-color: rgb(53,97,130); }
div.DivClassName
{
background-color: #356182;
}
.BgClassName
{
background-color: #356182;
}
</style>
border-color css
<style>
span { border-color: #356182; }
span { border-color: rgb(53,97,130); }
td.TdClassName
{
border-color: #356182;
}
.TagClassName
{
border-color: #356182;
}
</style>