Shades of Matisse #3C5E87
Tints of Matisse #3C5E87
RGB
CMYK
RGB Variations
Color information
#3C5E87 (or 0x3C5E87) is known color: Matisse. HEX triplet: 3C, 5E and 87. RGB value is (60,94,135). Sum of RGB (Red+Green+Blue) = 60+94+135=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C5E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5E87 is #C3A178. Grayscale: #585858. Windows color (decimal): -12820857 or 8871484. OLE color: 8871484.
HSL color Cylindrical-coordinate representation of color #3C5E87: hue angle of 212.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C5E87 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 94 | 135 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.47 |
| HSL | 212.8º | 0.38% | 0.38% | - |
| HSV(B) | 212.8º | 0.56% | 0.53% | - |
| XYZ | 10.24 | 10.72 | 24.45 | - |
| YUV | 88.51 | 154.24 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 94 | 135 | 0.56 | 0.30 | 0 | 0.47 | 212.8 | 0.38 | 0.38 |
| Hex | 3C | 5E | 87 | 38 | 1E | 0 | 2F | D5 | 26 | 26 |
| Octal | 74 | 136 | 207 | 70 | 36 | 0 | 57 | 325 | 46 | 46 |
| Binary | 111100 | 1011110 | 10000111 | 111000 | 11110 | 0 | 101111 | 11010101 | 100110 | 100110 |
Color Harmonies of #3C5E87
Complementary color
Monochromatic Colors of #3C5E87
Black with #3C5E87
Text Example
Text Example
White with #3C5E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5E87; }
p { color: rgb(60,94,135); }
H1.HeaderClassName
{
color: #3C5E87;
}
.AnyTagClassName
{
color: #3C5E87;
}
</style>
background-color css
<style>
a { background-color: #3C5E87; }
a { background-color: rgb(60,94,135); }
div.DivClassName
{
background-color: #3C5E87;
}
.BgClassName
{
background-color: #3C5E87;
}
</style>
border-color css
<style>
span { border-color: #3C5E87; }
span { border-color: rgb(60,94,135); }
td.TdClassName
{
border-color: #3C5E87;
}
.TagClassName
{
border-color: #3C5E87;
}
</style>