Shades of Matisse #3C5778
Tints of Matisse #3C5778
RGB
CMYK
RGB Variations
Color information
#3C5778 (or 0x3C5778) is known color: Matisse. HEX triplet: 3C, 57 and 78. RGB value is (60,87,120). Sum of RGB (Red+Green+Blue) = 60+87+120=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C5778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5778 is #C3A887. Grayscale: #525252. Windows color (decimal): -12822664 or 7886652. OLE color: 7886652.
HSL color Cylindrical-coordinate representation of color #3C5778: hue angle of 213º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C5778 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 87 | 120 | - |
| CMYK | 0.5 | 0.28 | 0 | 0.53 |
| HSL | 213º | 0.33% | 0.35% | - |
| HSV(B) | 213º | 0.5% | 0.47% | - |
| XYZ | 8.66 | 9.13 | 19.08 | - |
| YUV | 82.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 120 | 0.5 | 0.28 | 0 | 0.53 | 213 | 0.33 | 0.35 |
| Hex | 3C | 57 | 78 | 32 | 1C | 0 | 35 | D5 | 21 | 23 |
| Octal | 74 | 127 | 170 | 62 | 34 | 0 | 65 | 325 | 41 | 43 |
| Binary | 111100 | 1010111 | 1111000 | 110010 | 11100 | 0 | 110101 | 11010101 | 100001 | 100011 |
Color Harmonies of #3C5778
Complementary color
Monochromatic Colors of #3C5778
Black with #3C5778
Text Example
Text Example
White with #3C5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5778; }
p { color: rgb(60,87,120); }
H1.HeaderClassName
{
color: #3C5778;
}
.AnyTagClassName
{
color: #3C5778;
}
</style>
background-color css
<style>
a { background-color: #3C5778; }
a { background-color: rgb(60,87,120); }
div.DivClassName
{
background-color: #3C5778;
}
.BgClassName
{
background-color: #3C5778;
}
</style>
border-color css
<style>
span { border-color: #3C5778; }
span { border-color: rgb(60,87,120); }
td.TdClassName
{
border-color: #3C5778;
}
.TagClassName
{
border-color: #3C5778;
}
</style>