Shades of Matisse #3C5974
Tints of Matisse #3C5974
RGB
CMYK
RGB Variations
Color information
#3C5974 (or 0x3C5974) is known color: Matisse. HEX triplet: 3C, 59 and 74. RGB value is (60,89,116). Sum of RGB (Red+Green+Blue) = 60+89+116=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C5974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5974 is #C3A68B. Grayscale: #535353. Windows color (decimal): -12822156 or 7625020. OLE color: 7625020.
HSL color Cylindrical-coordinate representation of color #3C5974: hue angle of 208.93º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5974 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 89 | 116 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.55 |
| HSL | 208.93º | 0.32% | 0.35% | - |
| HSV(B) | 208.93º | 0.48% | 0.45% | - |
| XYZ | 8.59 | 9.37 | 17.88 | - |
| YUV | 83.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 116 | 0.48 | 0.23 | 0 | 0.55 | 208.93 | 0.32 | 0.35 |
| Hex | 3C | 59 | 74 | 30 | 17 | 0 | 37 | D1 | 20 | 23 |
| Octal | 74 | 131 | 164 | 60 | 27 | 0 | 67 | 321 | 40 | 43 |
| Binary | 111100 | 1011001 | 1110100 | 110000 | 10111 | 0 | 110111 | 11010001 | 100000 | 100011 |
Color Harmonies of #3C5974
Complementary color
Monochromatic Colors of #3C5974
Black with #3C5974
Text Example
Text Example
White with #3C5974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5974; }
p { color: rgb(60,89,116); }
H1.HeaderClassName
{
color: #3C5974;
}
.AnyTagClassName
{
color: #3C5974;
}
</style>
background-color css
<style>
a { background-color: #3C5974; }
a { background-color: rgb(60,89,116); }
div.DivClassName
{
background-color: #3C5974;
}
.BgClassName
{
background-color: #3C5974;
}
</style>
border-color css
<style>
span { border-color: #3C5974; }
span { border-color: rgb(60,89,116); }
td.TdClassName
{
border-color: #3C5974;
}
.TagClassName
{
border-color: #3C5974;
}
</style>