Shades of Matisse #355E89
Tints of Matisse #355E89
RGB
CMYK
RGB Variations
Color information
#355E89 (or 0x355E89) is known color: Matisse. HEX triplet: 35, 5E and 89. RGB value is (53,94,137). Sum of RGB (Red+Green+Blue) = 53+94+137=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #355E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E89 is #CAA176. Grayscale: #565656. Windows color (decimal): -13279607 or 9002549. OLE color: 9002549.
HSL color Cylindrical-coordinate representation of color #355E89: hue angle of 210.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355E89 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 94 | 137 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.46 |
| HSL | 210.71º | 0.44% | 0.37% | - |
| HSV(B) | 210.71º | 0.61% | 0.54% | - |
| XYZ | 9.99 | 10.57 | 25.18 | - |
| YUV | 86.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 137 | 0.61 | 0.31 | 0 | 0.46 | 210.71 | 0.44 | 0.37 |
| Hex | 35 | 5E | 89 | 3D | 1F | 0 | 2E | D3 | 2C | 25 |
| Octal | 65 | 136 | 211 | 75 | 37 | 0 | 56 | 323 | 54 | 45 |
| Binary | 110101 | 1011110 | 10001001 | 111101 | 11111 | 0 | 101110 | 11010011 | 101100 | 100101 |
Color Harmonies of #355E89
Complementary color
Monochromatic Colors of #355E89
Black with #355E89
Text Example
Text Example
White with #355E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E89; }
p { color: rgb(53,94,137); }
H1.HeaderClassName
{
color: #355E89;
}
.AnyTagClassName
{
color: #355E89;
}
</style>
background-color css
<style>
a { background-color: #355E89; }
a { background-color: rgb(53,94,137); }
div.DivClassName
{
background-color: #355E89;
}
.BgClassName
{
background-color: #355E89;
}
</style>
border-color css
<style>
span { border-color: #355E89; }
span { border-color: rgb(53,94,137); }
td.TdClassName
{
border-color: #355E89;
}
.TagClassName
{
border-color: #355E89;
}
</style>