Shades of Matisse #356183
Tints of Matisse #356183
RGB
CMYK
RGB Variations
Color information
#356183 (or 0x356183) is known color: Matisse. HEX triplet: 35, 61 and 83. RGB value is (53,97,131). Sum of RGB (Red+Green+Blue) = 53+97+131=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #356183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356183 is #CA9E7C. Grayscale: #575757. Windows color (decimal): -13278845 or 8610101. OLE color: 8610101.
HSL color Cylindrical-coordinate representation of color #356183: hue angle of 206.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356183 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 97 | 131 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.49 |
| HSL | 206.15º | 0.42% | 0.36% | - |
| HSV(B) | 206.15º | 0.6% | 0.51% | - |
| XYZ | 9.84 | 10.94 | 23.07 | - |
| YUV | 87.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 131 | 0.60 | 0.26 | 0 | 0.49 | 206.15 | 0.42 | 0.36 |
| Hex | 35 | 61 | 83 | 3C | 1A | 0 | 31 | CE | 2A | 24 |
| Octal | 65 | 141 | 203 | 74 | 32 | 0 | 61 | 316 | 52 | 44 |
| Binary | 110101 | 1100001 | 10000011 | 111100 | 11010 | 0 | 110001 | 11001110 | 101010 | 100100 |
Color Harmonies of #356183
Complementary color
Monochromatic Colors of #356183
Black with #356183
Text Example
Text Example
White with #356183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356183; }
p { color: rgb(53,97,131); }
H1.HeaderClassName
{
color: #356183;
}
.AnyTagClassName
{
color: #356183;
}
</style>
background-color css
<style>
a { background-color: #356183; }
a { background-color: rgb(53,97,131); }
div.DivClassName
{
background-color: #356183;
}
.BgClassName
{
background-color: #356183;
}
</style>
border-color css
<style>
span { border-color: #356183; }
span { border-color: rgb(53,97,131); }
td.TdClassName
{
border-color: #356183;
}
.TagClassName
{
border-color: #356183;
}
</style>