Shades of Matisse #3C6684
Tints of Matisse #3C6684
RGB
CMYK
RGB Variations
Color information
#3C6684 (or 0x3C6684) is known color: Matisse. HEX triplet: 3C, 66 and 84. RGB value is (60,102,132). Sum of RGB (Red+Green+Blue) = 60+102+132=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C6684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6684 is #C3997B. Grayscale: #5C5C5C. Windows color (decimal): -12818812 or 8676924. OLE color: 8676924.
HSL color Cylindrical-coordinate representation of color #3C6684: hue angle of 205º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C6684 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 102 | 132 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.48 |
| HSL | 205º | 0.38% | 0.38% | - |
| HSV(B) | 205º | 0.55% | 0.52% | - |
| XYZ | 10.78 | 12.13 | 23.6 | - |
| YUV | 92.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 132 | 0.55 | 0.23 | 0 | 0.48 | 205 | 0.38 | 0.38 |
| Hex | 3C | 66 | 84 | 37 | 17 | 0 | 30 | CD | 26 | 26 |
| Octal | 74 | 146 | 204 | 67 | 27 | 0 | 60 | 315 | 46 | 46 |
| Binary | 111100 | 1100110 | 10000100 | 110111 | 10111 | 0 | 110000 | 11001101 | 100110 | 100110 |
Color Harmonies of #3C6684
Complementary color
Monochromatic Colors of #3C6684
Black with #3C6684
Text Example
Text Example
White with #3C6684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6684; }
p { color: rgb(60,102,132); }
H1.HeaderClassName
{
color: #3C6684;
}
.AnyTagClassName
{
color: #3C6684;
}
</style>
background-color css
<style>
a { background-color: #3C6684; }
a { background-color: rgb(60,102,132); }
div.DivClassName
{
background-color: #3C6684;
}
.BgClassName
{
background-color: #3C6684;
}
</style>
border-color css
<style>
span { border-color: #3C6684; }
span { border-color: rgb(60,102,132); }
td.TdClassName
{
border-color: #3C6684;
}
.TagClassName
{
border-color: #3C6684;
}
</style>