Shades of Matisse #3C6180
Tints of Matisse #3C6180
RGB
CMYK
RGB Variations
Color information
#3C6180 (or 0x3C6180) is known color: Matisse. HEX triplet: 3C, 61 and 80. RGB value is (60,97,128). Sum of RGB (Red+Green+Blue) = 60+97+128=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C6180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6180 is #C39E7F. Grayscale: #595959. Windows color (decimal): -12820096 or 8413500. OLE color: 8413500.
HSL color Cylindrical-coordinate representation of color #3C6180: hue angle of 207.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C6180 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 97 | 128 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.50 |
| HSL | 207.35º | 0.36% | 0.37% | - |
| HSV(B) | 207.35º | 0.53% | 0.5% | - |
| XYZ | 10.03 | 11.07 | 22.03 | - |
| YUV | 89.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 128 | 0.53 | 0.24 | 0 | 0.50 | 207.35 | 0.36 | 0.37 |
| Hex | 3C | 61 | 80 | 35 | 18 | 0 | 32 | CF | 24 | 25 |
| Octal | 74 | 141 | 200 | 65 | 30 | 0 | 62 | 317 | 44 | 45 |
| Binary | 111100 | 1100001 | 10000000 | 110101 | 11000 | 0 | 110010 | 11001111 | 100100 | 100101 |
Color Harmonies of #3C6180
Complementary color
Monochromatic Colors of #3C6180
Black with #3C6180
Text Example
Text Example
White with #3C6180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6180; }
p { color: rgb(60,97,128); }
H1.HeaderClassName
{
color: #3C6180;
}
.AnyTagClassName
{
color: #3C6180;
}
</style>
background-color css
<style>
a { background-color: #3C6180; }
a { background-color: rgb(60,97,128); }
div.DivClassName
{
background-color: #3C6180;
}
.BgClassName
{
background-color: #3C6180;
}
</style>
border-color css
<style>
span { border-color: #3C6180; }
span { border-color: rgb(60,97,128); }
td.TdClassName
{
border-color: #3C6180;
}
.TagClassName
{
border-color: #3C6180;
}
</style>