Shades of Matisse #3C5873
Tints of Matisse #3C5873
RGB
CMYK
RGB Variations
Color information
#3C5873 (or 0x3C5873) is known color: Matisse. HEX triplet: 3C, 58 and 73. RGB value is (60,88,115). Sum of RGB (Red+Green+Blue) = 60+88+115=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C5873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5873 is #C3A78C. Grayscale: #525252. Windows color (decimal): -12822413 or 7559228. OLE color: 7559228.
HSL color Cylindrical-coordinate representation of color #3C5873: hue angle of 209.45º 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 #3C5873 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 88 | 115 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.55 |
| HSL | 209.45º | 0.31% | 0.34% | - |
| HSV(B) | 209.45º | 0.48% | 0.45% | - |
| XYZ | 8.45 | 9.18 | 17.55 | - |
| YUV | 82.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 115 | 0.48 | 0.23 | 0 | 0.55 | 209.45 | 0.31 | 0.34 |
| Hex | 3C | 58 | 73 | 30 | 17 | 0 | 37 | D1 | 1F | 22 |
| Octal | 74 | 130 | 163 | 60 | 27 | 0 | 67 | 321 | 37 | 42 |
| Binary | 111100 | 1011000 | 1110011 | 110000 | 10111 | 0 | 110111 | 11010001 | 11111 | 100010 |
Color Harmonies of #3C5873
Complementary color
Monochromatic Colors of #3C5873
Black with #3C5873
Text Example
Text Example
White with #3C5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5873; }
p { color: rgb(60,88,115); }
H1.HeaderClassName
{
color: #3C5873;
}
.AnyTagClassName
{
color: #3C5873;
}
</style>
background-color css
<style>
a { background-color: #3C5873; }
a { background-color: rgb(60,88,115); }
div.DivClassName
{
background-color: #3C5873;
}
.BgClassName
{
background-color: #3C5873;
}
</style>
border-color css
<style>
span { border-color: #3C5873; }
span { border-color: rgb(60,88,115); }
td.TdClassName
{
border-color: #3C5873;
}
.TagClassName
{
border-color: #3C5873;
}
</style>