Shades of Matisse #355A77
Tints of Matisse #355A77
RGB
CMYK
RGB Variations
Color information
#355A77 (or 0x355A77) is known color: Matisse. HEX triplet: 35, 5A and 77. RGB value is (53,90,119). Sum of RGB (Red+Green+Blue) = 53+90+119=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #355A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A77 is #CAA588. Grayscale: #525252. Windows color (decimal): -13280649 or 7821877. OLE color: 7821877.
HSL color Cylindrical-coordinate representation of color #355A77: hue angle of 206.36º 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 #355A77 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 90 | 119 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.53 |
| HSL | 206.36º | 0.38% | 0.34% | - |
| HSV(B) | 206.36º | 0.55% | 0.47% | - |
| XYZ | 8.45 | 9.4 | 18.82 | - |
| YUV | 82.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 119 | 0.55 | 0.24 | 0 | 0.53 | 206.36 | 0.38 | 0.34 |
| Hex | 35 | 5A | 77 | 37 | 18 | 0 | 35 | CE | 26 | 22 |
| Octal | 65 | 132 | 167 | 67 | 30 | 0 | 65 | 316 | 46 | 42 |
| Binary | 110101 | 1011010 | 1110111 | 110111 | 11000 | 0 | 110101 | 11001110 | 100110 | 100010 |
Color Harmonies of #355A77
Complementary color
Monochromatic Colors of #355A77
Black with #355A77
Text Example
Text Example
White with #355A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A77; }
p { color: rgb(53,90,119); }
H1.HeaderClassName
{
color: #355A77;
}
.AnyTagClassName
{
color: #355A77;
}
</style>
background-color css
<style>
a { background-color: #355A77; }
a { background-color: rgb(53,90,119); }
div.DivClassName
{
background-color: #355A77;
}
.BgClassName
{
background-color: #355A77;
}
</style>
border-color css
<style>
span { border-color: #355A77; }
span { border-color: rgb(53,90,119); }
td.TdClassName
{
border-color: #355A77;
}
.TagClassName
{
border-color: #355A77;
}
</style>