Shades of Matisse #35647E
Tints of Matisse #35647E
RGB
CMYK
RGB Variations
Color information
#35647E (or 0x35647E) is known color: Matisse. HEX triplet: 35, 64 and 7E. RGB value is (53,100,126). Sum of RGB (Red+Green+Blue) = 53+100+126=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #35647E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35647E is #CA9B81. Grayscale: #585858. Windows color (decimal): -13278082 or 8283189. OLE color: 8283189.
HSL color Cylindrical-coordinate representation of color #35647E: hue angle of 201.37º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35647E is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 100 | 126 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.51 |
| HSL | 201.37º | 0.41% | 0.35% | - |
| HSV(B) | 201.37º | 0.58% | 0.49% | - |
| XYZ | 9.79 | 11.38 | 21.42 | - |
| YUV | 88.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 126 | 0.58 | 0.21 | 0 | 0.51 | 201.37 | 0.41 | 0.35 |
| Hex | 35 | 64 | 7E | 3A | 15 | 0 | 33 | C9 | 29 | 23 |
| Octal | 65 | 144 | 176 | 72 | 25 | 0 | 63 | 311 | 51 | 43 |
| Binary | 110101 | 1100100 | 1111110 | 111010 | 10101 | 0 | 110011 | 11001001 | 101001 | 100011 |
Color Harmonies of #35647E
Complementary color
Monochromatic Colors of #35647E
Black with #35647E
Text Example
Text Example
White with #35647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35647E; }
p { color: rgb(53,100,126); }
H1.HeaderClassName
{
color: #35647E;
}
.AnyTagClassName
{
color: #35647E;
}
</style>
background-color css
<style>
a { background-color: #35647E; }
a { background-color: rgb(53,100,126); }
div.DivClassName
{
background-color: #35647E;
}
.BgClassName
{
background-color: #35647E;
}
</style>
border-color css
<style>
span { border-color: #35647E; }
span { border-color: rgb(53,100,126); }
td.TdClassName
{
border-color: #35647E;
}
.TagClassName
{
border-color: #35647E;
}
</style>