Shades of Matisse #3C5875
Tints of Matisse #3C5875
RGB
CMYK
RGB Variations
Color information
#3C5875 (or 0x3C5875) is known color: Matisse. HEX triplet: 3C, 58 and 75. RGB value is (60,88,117). Sum of RGB (Red+Green+Blue) = 60+88+117=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C5875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5875 is #C3A78A. Grayscale: #525252. Windows color (decimal): -12822411 or 7690300. OLE color: 7690300.
HSL color Cylindrical-coordinate representation of color #3C5875: hue angle of 210.53º degrees, saturation: 0.32, 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 #3C5875 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 88 | 117 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.54 |
| HSL | 210.53º | 0.32% | 0.35% | - |
| HSV(B) | 210.53º | 0.49% | 0.46% | - |
| XYZ | 8.56 | 9.22 | 18.16 | - |
| YUV | 82.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 117 | 0.49 | 0.25 | 0 | 0.54 | 210.53 | 0.32 | 0.35 |
| Hex | 3C | 58 | 75 | 31 | 19 | 0 | 36 | D3 | 20 | 23 |
| Octal | 74 | 130 | 165 | 61 | 31 | 0 | 66 | 323 | 40 | 43 |
| Binary | 111100 | 1011000 | 1110101 | 110001 | 11001 | 0 | 110110 | 11010011 | 100000 | 100011 |
Color Harmonies of #3C5875
Complementary color
Monochromatic Colors of #3C5875
Black with #3C5875
Text Example
Text Example
White with #3C5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5875; }
p { color: rgb(60,88,117); }
H1.HeaderClassName
{
color: #3C5875;
}
.AnyTagClassName
{
color: #3C5875;
}
</style>
background-color css
<style>
a { background-color: #3C5875; }
a { background-color: rgb(60,88,117); }
div.DivClassName
{
background-color: #3C5875;
}
.BgClassName
{
background-color: #3C5875;
}
</style>
border-color css
<style>
span { border-color: #3C5875; }
span { border-color: rgb(60,88,117); }
td.TdClassName
{
border-color: #3C5875;
}
.TagClassName
{
border-color: #3C5875;
}
</style>