Shades of Matisse #3C5774
Tints of Matisse #3C5774
RGB
CMYK
RGB Variations
Color information
#3C5774 (or 0x3C5774) is known color: Matisse. HEX triplet: 3C, 57 and 74. RGB value is (60,87,116). Sum of RGB (Red+Green+Blue) = 60+87+116=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C5774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5774 is #C3A88B. Grayscale: #525252. Windows color (decimal): -12822668 or 7624508. OLE color: 7624508.
HSL color Cylindrical-coordinate representation of color #3C5774: hue angle of 211.07º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5774 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 87 | 116 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.55 |
| HSL | 211.07º | 0.32% | 0.35% | - |
| HSV(B) | 211.07º | 0.48% | 0.45% | - |
| XYZ | 8.42 | 9.04 | 17.82 | - |
| YUV | 82.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 116 | 0.48 | 0.25 | 0 | 0.55 | 211.07 | 0.32 | 0.35 |
| Hex | 3C | 57 | 74 | 30 | 19 | 0 | 37 | D3 | 20 | 23 |
| Octal | 74 | 127 | 164 | 60 | 31 | 0 | 67 | 323 | 40 | 43 |
| Binary | 111100 | 1010111 | 1110100 | 110000 | 11001 | 0 | 110111 | 11010011 | 100000 | 100011 |
Color Harmonies of #3C5774
Complementary color
Monochromatic Colors of #3C5774
Black with #3C5774
Text Example
Text Example
White with #3C5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5774; }
p { color: rgb(60,87,116); }
H1.HeaderClassName
{
color: #3C5774;
}
.AnyTagClassName
{
color: #3C5774;
}
</style>
background-color css
<style>
a { background-color: #3C5774; }
a { background-color: rgb(60,87,116); }
div.DivClassName
{
background-color: #3C5774;
}
.BgClassName
{
background-color: #3C5774;
}
</style>
border-color css
<style>
span { border-color: #3C5774; }
span { border-color: rgb(60,87,116); }
td.TdClassName
{
border-color: #3C5774;
}
.TagClassName
{
border-color: #3C5774;
}
</style>