Shades of Matisse #35627A
Tints of Matisse #35627A
RGB
CMYK
RGB Variations
Color information
#35627A (or 0x35627A) is known color: Matisse. HEX triplet: 35, 62 and 7A. RGB value is (53,98,122). Sum of RGB (Red+Green+Blue) = 53+98+122=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #35627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35627A is #CA9D85. Grayscale: #575757. Windows color (decimal): -13278598 or 8020533. OLE color: 8020533.
HSL color Cylindrical-coordinate representation of color #35627A: hue angle of 200.87º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35627A is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 98 | 122 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.52 |
| HSL | 200.87º | 0.39% | 0.34% | - |
| HSV(B) | 200.87º | 0.57% | 0.48% | - |
| XYZ | 9.35 | 10.9 | 20.02 | - |
| YUV | 87.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 122 | 0.57 | 0.20 | 0 | 0.52 | 200.87 | 0.39 | 0.34 |
| Hex | 35 | 62 | 7A | 39 | 14 | 0 | 34 | C9 | 27 | 22 |
| Octal | 65 | 142 | 172 | 71 | 24 | 0 | 64 | 311 | 47 | 42 |
| Binary | 110101 | 1100010 | 1111010 | 111001 | 10100 | 0 | 110100 | 11001001 | 100111 | 100010 |
Color Harmonies of #35627A
Complementary color
Monochromatic Colors of #35627A
Black with #35627A
Text Example
Text Example
White with #35627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35627A; }
p { color: rgb(53,98,122); }
H1.HeaderClassName
{
color: #35627A;
}
.AnyTagClassName
{
color: #35627A;
}
</style>
background-color css
<style>
a { background-color: #35627A; }
a { background-color: rgb(53,98,122); }
div.DivClassName
{
background-color: #35627A;
}
.BgClassName
{
background-color: #35627A;
}
</style>
border-color css
<style>
span { border-color: #35627A; }
span { border-color: rgb(53,98,122); }
td.TdClassName
{
border-color: #35627A;
}
.TagClassName
{
border-color: #35627A;
}
</style>