Shades of Matisse #35627C
Tints of Matisse #35627C
RGB
CMYK
RGB Variations
Color information
#35627C (or 0x35627C) is known color: Matisse. HEX triplet: 35, 62 and 7C. RGB value is (53,98,124). Sum of RGB (Red+Green+Blue) = 53+98+124=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #35627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35627C is #CA9D83. Grayscale: #575757. Windows color (decimal): -13278596 or 8151605. OLE color: 8151605.
HSL color Cylindrical-coordinate representation of color #35627C: hue angle of 201.97º 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 #35627C is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 98 | 124 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.51 |
| HSL | 201.97º | 0.4% | 0.35% | - |
| HSV(B) | 201.97º | 0.57% | 0.49% | - |
| XYZ | 9.47 | 10.95 | 20.68 | - |
| YUV | 87.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 124 | 0.57 | 0.21 | 0 | 0.51 | 201.97 | 0.4 | 0.35 |
| Hex | 35 | 62 | 7C | 39 | 15 | 0 | 33 | CA | 28 | 23 |
| Octal | 65 | 142 | 174 | 71 | 25 | 0 | 63 | 312 | 50 | 43 |
| Binary | 110101 | 1100010 | 1111100 | 111001 | 10101 | 0 | 110011 | 11001010 | 101000 | 100011 |
Color Harmonies of #35627C
Complementary color
Monochromatic Colors of #35627C
Black with #35627C
Text Example
Text Example
White with #35627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35627C; }
p { color: rgb(53,98,124); }
H1.HeaderClassName
{
color: #35627C;
}
.AnyTagClassName
{
color: #35627C;
}
</style>
background-color css
<style>
a { background-color: #35627C; }
a { background-color: rgb(53,98,124); }
div.DivClassName
{
background-color: #35627C;
}
.BgClassName
{
background-color: #35627C;
}
</style>
border-color css
<style>
span { border-color: #35627C; }
span { border-color: rgb(53,98,124); }
td.TdClassName
{
border-color: #35627C;
}
.TagClassName
{
border-color: #35627C;
}
</style>