Shades of Matisse #355D77
Tints of Matisse #355D77
RGB
CMYK
RGB Variations
Color information
#355D77 (or 0x355D77) is known color: Matisse. HEX triplet: 35, 5D and 77. RGB value is (53,93,119). Sum of RGB (Red+Green+Blue) = 53+93+119=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #355D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D77 is #CAA288. Grayscale: #535353. Windows color (decimal): -13279881 or 7822645. OLE color: 7822645.
HSL color Cylindrical-coordinate representation of color #355D77: hue angle of 203.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355D77 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 93 | 119 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.53 |
| HSL | 203.64º | 0.38% | 0.34% | - |
| HSV(B) | 203.64º | 0.55% | 0.47% | - |
| XYZ | 8.71 | 9.92 | 18.91 | - |
| YUV | 84 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 119 | 0.55 | 0.22 | 0 | 0.53 | 203.64 | 0.38 | 0.34 |
| Hex | 35 | 5D | 77 | 37 | 16 | 0 | 35 | CC | 26 | 22 |
| Octal | 65 | 135 | 167 | 67 | 26 | 0 | 65 | 314 | 46 | 42 |
| Binary | 110101 | 1011101 | 1110111 | 110111 | 10110 | 0 | 110101 | 11001100 | 100110 | 100010 |
Color Harmonies of #355D77
Complementary color
Monochromatic Colors of #355D77
Black with #355D77
Text Example
Text Example
White with #355D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D77; }
p { color: rgb(53,93,119); }
H1.HeaderClassName
{
color: #355D77;
}
.AnyTagClassName
{
color: #355D77;
}
</style>
background-color css
<style>
a { background-color: #355D77; }
a { background-color: rgb(53,93,119); }
div.DivClassName
{
background-color: #355D77;
}
.BgClassName
{
background-color: #355D77;
}
</style>
border-color css
<style>
span { border-color: #355D77; }
span { border-color: rgb(53,93,119); }
td.TdClassName
{
border-color: #355D77;
}
.TagClassName
{
border-color: #355D77;
}
</style>