Shades of Matisse #355A76
Tints of Matisse #355A76
RGB
CMYK
RGB Variations
Color information
#355A76 (or 0x355A76) is known color: Matisse. HEX triplet: 35, 5A and 76. RGB value is (53,90,118). Sum of RGB (Red+Green+Blue) = 53+90+118=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #355A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A76 is #CAA589. Grayscale: #515151. Windows color (decimal): -13280650 or 7756341. OLE color: 7756341.
HSL color Cylindrical-coordinate representation of color #355A76: hue angle of 205.85º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355A76 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 90 | 118 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.54 |
| HSL | 205.85º | 0.38% | 0.34% | - |
| HSV(B) | 205.85º | 0.55% | 0.46% | - |
| XYZ | 8.39 | 9.38 | 18.51 | - |
| YUV | 82.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 118 | 0.55 | 0.24 | 0 | 0.54 | 205.85 | 0.38 | 0.34 |
| Hex | 35 | 5A | 76 | 37 | 18 | 0 | 36 | CE | 26 | 22 |
| Octal | 65 | 132 | 166 | 67 | 30 | 0 | 66 | 316 | 46 | 42 |
| Binary | 110101 | 1011010 | 1110110 | 110111 | 11000 | 0 | 110110 | 11001110 | 100110 | 100010 |
Color Harmonies of #355A76
Complementary color
Monochromatic Colors of #355A76
Black with #355A76
Text Example
Text Example
White with #355A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A76; }
p { color: rgb(53,90,118); }
H1.HeaderClassName
{
color: #355A76;
}
.AnyTagClassName
{
color: #355A76;
}
</style>
background-color css
<style>
a { background-color: #355A76; }
a { background-color: rgb(53,90,118); }
div.DivClassName
{
background-color: #355A76;
}
.BgClassName
{
background-color: #355A76;
}
</style>
border-color css
<style>
span { border-color: #355A76; }
span { border-color: rgb(53,90,118); }
td.TdClassName
{
border-color: #355A76;
}
.TagClassName
{
border-color: #355A76;
}
</style>