Shades of Matisse #355D86
Tints of Matisse #355D86
RGB
CMYK
RGB Variations
Color information
#355D86 (or 0x355D86) is known color: Matisse. HEX triplet: 35, 5D and 86. RGB value is (53,93,134). Sum of RGB (Red+Green+Blue) = 53+93+134=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #355D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355D86 is #CAA279. Grayscale: #555555. Windows color (decimal): -13279866 or 8805685. OLE color: 8805685.
HSL color Cylindrical-coordinate representation of color #355D86: hue angle of 210.37º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355D86 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 93 | 134 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.47 |
| HSL | 210.37º | 0.43% | 0.37% | - |
| HSV(B) | 210.37º | 0.6% | 0.53% | - |
| XYZ | 9.69 | 10.31 | 24.03 | - |
| YUV | 85.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 134 | 0.60 | 0.31 | 0 | 0.47 | 210.37 | 0.43 | 0.37 |
| Hex | 35 | 5D | 86 | 3C | 1F | 0 | 2F | D2 | 2B | 25 |
| Octal | 65 | 135 | 206 | 74 | 37 | 0 | 57 | 322 | 53 | 45 |
| Binary | 110101 | 1011101 | 10000110 | 111100 | 11111 | 0 | 101111 | 11010010 | 101011 | 100101 |
Color Harmonies of #355D86
Complementary color
Monochromatic Colors of #355D86
Black with #355D86
Text Example
Text Example
White with #355D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D86; }
p { color: rgb(53,93,134); }
H1.HeaderClassName
{
color: #355D86;
}
.AnyTagClassName
{
color: #355D86;
}
</style>
background-color css
<style>
a { background-color: #355D86; }
a { background-color: rgb(53,93,134); }
div.DivClassName
{
background-color: #355D86;
}
.BgClassName
{
background-color: #355D86;
}
</style>
border-color css
<style>
span { border-color: #355D86; }
span { border-color: rgb(53,93,134); }
td.TdClassName
{
border-color: #355D86;
}
.TagClassName
{
border-color: #355D86;
}
</style>