Shades of Matisse #356484
Tints of Matisse #356484
RGB
CMYK
RGB Variations
Color information
#356484 (or 0x356484) is known color: Matisse. HEX triplet: 35, 64 and 84. RGB value is (53,100,132). Sum of RGB (Red+Green+Blue) = 53+100+132=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #356484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356484 is #CA9B7B. Grayscale: #595959. Windows color (decimal): -13278076 or 8676405. OLE color: 8676405.
HSL color Cylindrical-coordinate representation of color #356484: hue angle of 204.3º 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 #356484 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 100 | 132 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.48 |
| HSL | 204.3º | 0.43% | 0.36% | - |
| HSV(B) | 204.3º | 0.6% | 0.52% | - |
| XYZ | 10.19 | 11.54 | 23.52 | - |
| YUV | 89.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 132 | 0.60 | 0.24 | 0 | 0.48 | 204.3 | 0.43 | 0.36 |
| Hex | 35 | 64 | 84 | 3C | 18 | 0 | 30 | CC | 2B | 24 |
| Octal | 65 | 144 | 204 | 74 | 30 | 0 | 60 | 314 | 53 | 44 |
| Binary | 110101 | 1100100 | 10000100 | 111100 | 11000 | 0 | 110000 | 11001100 | 101011 | 100100 |
Color Harmonies of #356484
Complementary color
Monochromatic Colors of #356484
Black with #356484
Text Example
Text Example
White with #356484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356484; }
p { color: rgb(53,100,132); }
H1.HeaderClassName
{
color: #356484;
}
.AnyTagClassName
{
color: #356484;
}
</style>
background-color css
<style>
a { background-color: #356484; }
a { background-color: rgb(53,100,132); }
div.DivClassName
{
background-color: #356484;
}
.BgClassName
{
background-color: #356484;
}
</style>
border-color css
<style>
span { border-color: #356484; }
span { border-color: rgb(53,100,132); }
td.TdClassName
{
border-color: #356484;
}
.TagClassName
{
border-color: #356484;
}
</style>