Shades of Matisse #3C5671
Tints of Matisse #3C5671
RGB
CMYK
RGB Variations
Color information
#3C5671 (or 0x3C5671) is known color: Matisse. HEX triplet: 3C, 56 and 71. RGB value is (60,86,113). Sum of RGB (Red+Green+Blue) = 60+86+113=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C5671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5671 is #C3A98E. Grayscale: #515151. Windows color (decimal): -12822927 or 7427644. OLE color: 7427644.
HSL color Cylindrical-coordinate representation of color #3C5671: hue angle of 210.57º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C5671 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 86 | 113 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.56 |
| HSL | 210.57º | 0.31% | 0.34% | - |
| HSV(B) | 210.57º | 0.47% | 0.44% | - |
| XYZ | 8.17 | 8.81 | 16.89 | - |
| YUV | 81.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 113 | 0.47 | 0.24 | 0 | 0.56 | 210.57 | 0.31 | 0.34 |
| Hex | 3C | 56 | 71 | 2F | 18 | 0 | 38 | D3 | 1F | 22 |
| Octal | 74 | 126 | 161 | 57 | 30 | 0 | 70 | 323 | 37 | 42 |
| Binary | 111100 | 1010110 | 1110001 | 101111 | 11000 | 0 | 111000 | 11010011 | 11111 | 100010 |
Color Harmonies of #3C5671
Complementary color
Monochromatic Colors of #3C5671
Black with #3C5671
Text Example
Text Example
White with #3C5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5671; }
p { color: rgb(60,86,113); }
H1.HeaderClassName
{
color: #3C5671;
}
.AnyTagClassName
{
color: #3C5671;
}
</style>
background-color css
<style>
a { background-color: #3C5671; }
a { background-color: rgb(60,86,113); }
div.DivClassName
{
background-color: #3C5671;
}
.BgClassName
{
background-color: #3C5671;
}
</style>
border-color css
<style>
span { border-color: #3C5671; }
span { border-color: rgb(60,86,113); }
td.TdClassName
{
border-color: #3C5671;
}
.TagClassName
{
border-color: #3C5671;
}
</style>