Shades of Matisse #356082
Tints of Matisse #356082
RGB
CMYK
RGB Variations
Color information
#356082 (or 0x356082) is known color: Matisse. HEX triplet: 35, 60 and 82. RGB value is (53,96,130). Sum of RGB (Red+Green+Blue) = 53+96+130=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #356082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356082 is #CA9F7D. Grayscale: #565656. Windows color (decimal): -13279102 or 8544309. OLE color: 8544309.
HSL color Cylindrical-coordinate representation of color #356082: hue angle of 206.49º 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 #356082 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 96 | 130 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.49 |
| HSL | 206.49º | 0.42% | 0.36% | - |
| HSV(B) | 206.49º | 0.59% | 0.51% | - |
| XYZ | 9.68 | 10.73 | 22.68 | - |
| YUV | 87.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 130 | 0.59 | 0.26 | 0 | 0.49 | 206.49 | 0.42 | 0.36 |
| Hex | 35 | 60 | 82 | 3B | 1A | 0 | 31 | CE | 2A | 24 |
| Octal | 65 | 140 | 202 | 73 | 32 | 0 | 61 | 316 | 52 | 44 |
| Binary | 110101 | 1100000 | 10000010 | 111011 | 11010 | 0 | 110001 | 11001110 | 101010 | 100100 |
Color Harmonies of #356082
Complementary color
Monochromatic Colors of #356082
Black with #356082
Text Example
Text Example
White with #356082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356082; }
p { color: rgb(53,96,130); }
H1.HeaderClassName
{
color: #356082;
}
.AnyTagClassName
{
color: #356082;
}
</style>
background-color css
<style>
a { background-color: #356082; }
a { background-color: rgb(53,96,130); }
div.DivClassName
{
background-color: #356082;
}
.BgClassName
{
background-color: #356082;
}
</style>
border-color css
<style>
span { border-color: #356082; }
span { border-color: rgb(53,96,130); }
td.TdClassName
{
border-color: #356082;
}
.TagClassName
{
border-color: #356082;
}
</style>