Shades of Matisse #3C6077
Tints of Matisse #3C6077
RGB
CMYK
RGB Variations
Color information
#3C6077 (or 0x3C6077) is known color: Matisse. HEX triplet: 3C, 60 and 77. RGB value is (60,96,119). Sum of RGB (Red+Green+Blue) = 60+96+119=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C6077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6077 is #C39F88. Grayscale: #575757. Windows color (decimal): -12820361 or 7823420. OLE color: 7823420.
HSL color Cylindrical-coordinate representation of color #3C6077: hue angle of 203.39º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C6077 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 96 | 119 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.53 |
| HSL | 203.39º | 0.33% | 0.35% | - |
| HSV(B) | 203.39º | 0.5% | 0.47% | - |
| XYZ | 9.38 | 10.66 | 19.02 | - |
| YUV | 87.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 119 | 0.50 | 0.19 | 0 | 0.53 | 203.39 | 0.33 | 0.35 |
| Hex | 3C | 60 | 77 | 32 | 13 | 0 | 35 | CB | 21 | 23 |
| Octal | 74 | 140 | 167 | 62 | 23 | 0 | 65 | 313 | 41 | 43 |
| Binary | 111100 | 1100000 | 1110111 | 110010 | 10011 | 0 | 110101 | 11001011 | 100001 | 100011 |
Color Harmonies of #3C6077
Complementary color
Monochromatic Colors of #3C6077
Black with #3C6077
Text Example
Text Example
White with #3C6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6077; }
p { color: rgb(60,96,119); }
H1.HeaderClassName
{
color: #3C6077;
}
.AnyTagClassName
{
color: #3C6077;
}
</style>
background-color css
<style>
a { background-color: #3C6077; }
a { background-color: rgb(60,96,119); }
div.DivClassName
{
background-color: #3C6077;
}
.BgClassName
{
background-color: #3C6077;
}
</style>
border-color css
<style>
span { border-color: #3C6077; }
span { border-color: rgb(60,96,119); }
td.TdClassName
{
border-color: #3C6077;
}
.TagClassName
{
border-color: #3C6077;
}
</style>