Shades of Matisse #3C6378
Tints of Matisse #3C6378
RGB
CMYK
RGB Variations
Color information
#3C6378 (or 0x3C6378) is known color: Matisse. HEX triplet: 3C, 63 and 78. RGB value is (60,99,120). Sum of RGB (Red+Green+Blue) = 60+99+120=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C6378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6378 is #C39C87. Grayscale: #595959. Windows color (decimal): -12819592 or 7889724. OLE color: 7889724.
HSL color Cylindrical-coordinate representation of color #3C6378: hue angle of 201º 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 #3C6378 is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 99 | 120 | - |
| CMYK | 0.5 | 0.17 | 0 | 0.53 |
| HSL | 201º | 0.33% | 0.35% | - |
| HSV(B) | 201º | 0.5% | 0.47% | - |
| XYZ | 9.72 | 11.24 | 19.43 | - |
| YUV | 89.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 120 | 0.5 | 0.17 | 0 | 0.53 | 201 | 0.33 | 0.35 |
| Hex | 3C | 63 | 78 | 32 | 11 | 0 | 35 | C9 | 21 | 23 |
| Octal | 74 | 143 | 170 | 62 | 21 | 0 | 65 | 311 | 41 | 43 |
| Binary | 111100 | 1100011 | 1111000 | 110010 | 10001 | 0 | 110101 | 11001001 | 100001 | 100011 |
Color Harmonies of #3C6378
Complementary color
Monochromatic Colors of #3C6378
Black with #3C6378
Text Example
Text Example
White with #3C6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6378; }
p { color: rgb(60,99,120); }
H1.HeaderClassName
{
color: #3C6378;
}
.AnyTagClassName
{
color: #3C6378;
}
</style>
background-color css
<style>
a { background-color: #3C6378; }
a { background-color: rgb(60,99,120); }
div.DivClassName
{
background-color: #3C6378;
}
.BgClassName
{
background-color: #3C6378;
}
</style>
border-color css
<style>
span { border-color: #3C6378; }
span { border-color: rgb(60,99,120); }
td.TdClassName
{
border-color: #3C6378;
}
.TagClassName
{
border-color: #3C6378;
}
</style>