Shades of Matisse #35647C
Tints of Matisse #35647C
RGB
CMYK
RGB Variations
Color information
#35647C (or 0x35647C) is known color: Matisse. HEX triplet: 35, 64 and 7C. RGB value is (53,100,124). Sum of RGB (Red+Green+Blue) = 53+100+124=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #35647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35647C is #CA9B83. Grayscale: #585858. Windows color (decimal): -13278084 or 8152117. OLE color: 8152117.
HSL color Cylindrical-coordinate representation of color #35647C: hue angle of 200.28º 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 #35647C is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 100 | 124 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.51 |
| HSL | 200.28º | 0.4% | 0.35% | - |
| HSV(B) | 200.28º | 0.57% | 0.49% | - |
| XYZ | 9.66 | 11.33 | 20.75 | - |
| YUV | 88.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 124 | 0.57 | 0.19 | 0 | 0.51 | 200.28 | 0.4 | 0.35 |
| Hex | 35 | 64 | 7C | 39 | 13 | 0 | 33 | C8 | 28 | 23 |
| Octal | 65 | 144 | 174 | 71 | 23 | 0 | 63 | 310 | 50 | 43 |
| Binary | 110101 | 1100100 | 1111100 | 111001 | 10011 | 0 | 110011 | 11001000 | 101000 | 100011 |
Color Harmonies of #35647C
Complementary color
Monochromatic Colors of #35647C
Black with #35647C
Text Example
Text Example
White with #35647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35647C; }
p { color: rgb(53,100,124); }
H1.HeaderClassName
{
color: #35647C;
}
.AnyTagClassName
{
color: #35647C;
}
</style>
background-color css
<style>
a { background-color: #35647C; }
a { background-color: rgb(53,100,124); }
div.DivClassName
{
background-color: #35647C;
}
.BgClassName
{
background-color: #35647C;
}
</style>
border-color css
<style>
span { border-color: #35647C; }
span { border-color: rgb(53,100,124); }
td.TdClassName
{
border-color: #35647C;
}
.TagClassName
{
border-color: #35647C;
}
</style>