Shades of Matisse #35637C
Tints of Matisse #35637C
RGB
CMYK
RGB Variations
Color information
#35637C (or 0x35637C) is known color: Matisse. HEX triplet: 35, 63 and 7C. RGB value is (53,99,124). Sum of RGB (Red+Green+Blue) = 53+99+124=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #35637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35637C is #CA9C83. Grayscale: #575757. Windows color (decimal): -13278340 or 8151861. OLE color: 8151861.
HSL color Cylindrical-coordinate representation of color #35637C: hue angle of 201.13º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35637C is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 99 | 124 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.51 |
| HSL | 201.13º | 0.4% | 0.35% | - |
| HSV(B) | 201.13º | 0.57% | 0.49% | - |
| XYZ | 9.57 | 11.14 | 20.71 | - |
| YUV | 88.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 124 | 0.57 | 0.20 | 0 | 0.51 | 201.13 | 0.4 | 0.35 |
| Hex | 35 | 63 | 7C | 39 | 14 | 0 | 33 | C9 | 28 | 23 |
| Octal | 65 | 143 | 174 | 71 | 24 | 0 | 63 | 311 | 50 | 43 |
| Binary | 110101 | 1100011 | 1111100 | 111001 | 10100 | 0 | 110011 | 11001001 | 101000 | 100011 |
Color Harmonies of #35637C
Complementary color
Monochromatic Colors of #35637C
Black with #35637C
Text Example
Text Example
White with #35637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35637C; }
p { color: rgb(53,99,124); }
H1.HeaderClassName
{
color: #35637C;
}
.AnyTagClassName
{
color: #35637C;
}
</style>
background-color css
<style>
a { background-color: #35637C; }
a { background-color: rgb(53,99,124); }
div.DivClassName
{
background-color: #35637C;
}
.BgClassName
{
background-color: #35637C;
}
</style>
border-color css
<style>
span { border-color: #35637C; }
span { border-color: rgb(53,99,124); }
td.TdClassName
{
border-color: #35637C;
}
.TagClassName
{
border-color: #35637C;
}
</style>