Shades of Matisse #3C5E76
Tints of Matisse #3C5E76
RGB
CMYK
RGB Variations
Color information
#3C5E76 (or 0x3C5E76) is known color: Matisse. HEX triplet: 3C, 5E and 76. RGB value is (60,94,118). Sum of RGB (Red+Green+Blue) = 60+94+118=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C5E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5E76 is #C3A189. Grayscale: #565656. Windows color (decimal): -12820874 or 7757372. OLE color: 7757372.
HSL color Cylindrical-coordinate representation of color #3C5E76: hue angle of 204.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C5E76 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 94 | 118 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.54 |
| HSL | 204.83º | 0.33% | 0.35% | - |
| HSV(B) | 204.83º | 0.49% | 0.46% | - |
| XYZ | 9.14 | 10.27 | 18.64 | - |
| YUV | 86.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 94 | 118 | 0.49 | 0.20 | 0 | 0.54 | 204.83 | 0.33 | 0.35 |
| Hex | 3C | 5E | 76 | 31 | 14 | 0 | 36 | CD | 21 | 23 |
| Octal | 74 | 136 | 166 | 61 | 24 | 0 | 66 | 315 | 41 | 43 |
| Binary | 111100 | 1011110 | 1110110 | 110001 | 10100 | 0 | 110110 | 11001101 | 100001 | 100011 |
Color Harmonies of #3C5E76
Complementary color
Monochromatic Colors of #3C5E76
Black with #3C5E76
Text Example
Text Example
White with #3C5E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5E76; }
p { color: rgb(60,94,118); }
H1.HeaderClassName
{
color: #3C5E76;
}
.AnyTagClassName
{
color: #3C5E76;
}
</style>
background-color css
<style>
a { background-color: #3C5E76; }
a { background-color: rgb(60,94,118); }
div.DivClassName
{
background-color: #3C5E76;
}
.BgClassName
{
background-color: #3C5E76;
}
</style>
border-color css
<style>
span { border-color: #3C5E76; }
span { border-color: rgb(60,94,118); }
td.TdClassName
{
border-color: #3C5E76;
}
.TagClassName
{
border-color: #3C5E76;
}
</style>