Shades of Matisse #35647F
Tints of Matisse #35647F
RGB
CMYK
RGB Variations
Color information
#35647F (or 0x35647F) is known color: Matisse. HEX triplet: 35, 64 and 7F. RGB value is (53,100,127). Sum of RGB (Red+Green+Blue) = 53+100+127=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #35647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35647F is #CA9B80. Grayscale: #585858. Windows color (decimal): -13278081 or 8348725. OLE color: 8348725.
HSL color Cylindrical-coordinate representation of color #35647F: hue angle of 201.89º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35647F is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 100 | 127 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.50 |
| HSL | 201.89º | 0.41% | 0.35% | - |
| HSV(B) | 201.89º | 0.58% | 0.5% | - |
| XYZ | 9.86 | 11.4 | 21.76 | - |
| YUV | 89.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 127 | 0.58 | 0.21 | 0 | 0.50 | 201.89 | 0.41 | 0.35 |
| Hex | 35 | 64 | 7F | 3A | 15 | 0 | 32 | CA | 29 | 23 |
| Octal | 65 | 144 | 177 | 72 | 25 | 0 | 62 | 312 | 51 | 43 |
| Binary | 110101 | 1100100 | 1111111 | 111010 | 10101 | 0 | 110010 | 11001010 | 101001 | 100011 |
Color Harmonies of #35647F
Complementary color
Monochromatic Colors of #35647F
Black with #35647F
Text Example
Text Example
White with #35647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35647F; }
p { color: rgb(53,100,127); }
H1.HeaderClassName
{
color: #35647F;
}
.AnyTagClassName
{
color: #35647F;
}
</style>
background-color css
<style>
a { background-color: #35647F; }
a { background-color: rgb(53,100,127); }
div.DivClassName
{
background-color: #35647F;
}
.BgClassName
{
background-color: #35647F;
}
</style>
border-color css
<style>
span { border-color: #35647F; }
span { border-color: rgb(53,100,127); }
td.TdClassName
{
border-color: #35647F;
}
.TagClassName
{
border-color: #35647F;
}
</style>