Shades of Matisse #3C6088
Tints of Matisse #3C6088
RGB
CMYK
RGB Variations
Color information
#3C6088 (or 0x3C6088) is known color: Matisse. HEX triplet: 3C, 60 and 88. RGB value is (60,96,136). Sum of RGB (Red+Green+Blue) = 60+96+136=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C6088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6088 is #C39F77. Grayscale: #595959. Windows color (decimal): -12820344 or 8937532. OLE color: 8937532.
HSL color Cylindrical-coordinate representation of color #3C6088: hue angle of 211.58º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C6088 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 96 | 136 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.47 |
| HSL | 211.58º | 0.39% | 0.38% | - |
| HSV(B) | 211.58º | 0.56% | 0.53% | - |
| XYZ | 10.49 | 11.1 | 24.88 | - |
| YUV | 89.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 136 | 0.56 | 0.29 | 0 | 0.47 | 211.58 | 0.39 | 0.38 |
| Hex | 3C | 60 | 88 | 38 | 1D | 0 | 2F | D4 | 27 | 26 |
| Octal | 74 | 140 | 210 | 70 | 35 | 0 | 57 | 324 | 47 | 46 |
| Binary | 111100 | 1100000 | 10001000 | 111000 | 11101 | 0 | 101111 | 11010100 | 100111 | 100110 |
Color Harmonies of #3C6088
Complementary color
Monochromatic Colors of #3C6088
Black with #3C6088
Text Example
Text Example
White with #3C6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6088; }
p { color: rgb(60,96,136); }
H1.HeaderClassName
{
color: #3C6088;
}
.AnyTagClassName
{
color: #3C6088;
}
</style>
background-color css
<style>
a { background-color: #3C6088; }
a { background-color: rgb(60,96,136); }
div.DivClassName
{
background-color: #3C6088;
}
.BgClassName
{
background-color: #3C6088;
}
</style>
border-color css
<style>
span { border-color: #3C6088; }
span { border-color: rgb(60,96,136); }
td.TdClassName
{
border-color: #3C6088;
}
.TagClassName
{
border-color: #3C6088;
}
</style>