Shades of Matisse #3C5D73
Tints of Matisse #3C5D73
RGB
CMYK
RGB Variations
Color information
#3C5D73 (or 0x3C5D73) is known color: Matisse. HEX triplet: 3C, 5D and 73. RGB value is (60,93,115). Sum of RGB (Red+Green+Blue) = 60+93+115=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C5D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5D73 is #C3A28C. Grayscale: #555555. Windows color (decimal): -12821133 or 7560508. OLE color: 7560508.
HSL color Cylindrical-coordinate representation of color #3C5D73: hue angle of 204º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5D73 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 93 | 115 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.55 |
| HSL | 204º | 0.31% | 0.34% | - |
| HSV(B) | 204º | 0.48% | 0.45% | - |
| XYZ | 8.87 | 10.03 | 17.69 | - |
| YUV | 85.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 93 | 115 | 0.48 | 0.19 | 0 | 0.55 | 204 | 0.31 | 0.34 |
| Hex | 3C | 5D | 73 | 30 | 13 | 0 | 37 | CC | 1F | 22 |
| Octal | 74 | 135 | 163 | 60 | 23 | 0 | 67 | 314 | 37 | 42 |
| Binary | 111100 | 1011101 | 1110011 | 110000 | 10011 | 0 | 110111 | 11001100 | 11111 | 100010 |
Color Harmonies of #3C5D73
Complementary color
Monochromatic Colors of #3C5D73
Black with #3C5D73
Text Example
Text Example
White with #3C5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5D73; }
p { color: rgb(60,93,115); }
H1.HeaderClassName
{
color: #3C5D73;
}
.AnyTagClassName
{
color: #3C5D73;
}
</style>
background-color css
<style>
a { background-color: #3C5D73; }
a { background-color: rgb(60,93,115); }
div.DivClassName
{
background-color: #3C5D73;
}
.BgClassName
{
background-color: #3C5D73;
}
</style>
border-color css
<style>
span { border-color: #3C5D73; }
span { border-color: rgb(60,93,115); }
td.TdClassName
{
border-color: #3C5D73;
}
.TagClassName
{
border-color: #3C5D73;
}
</style>