Shades of Matisse #3C6484
Tints of Matisse #3C6484
RGB
CMYK
RGB Variations
Color information
#3C6484 (or 0x3C6484) is known color: Matisse. HEX triplet: 3C, 64 and 84. RGB value is (60,100,132). Sum of RGB (Red+Green+Blue) = 60+100+132=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C6484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6484 is #C39B7B. Grayscale: #5B5B5B. Windows color (decimal): -12819324 or 8676412. OLE color: 8676412.
HSL color Cylindrical-coordinate representation of color #3C6484: hue angle of 206.67º 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 #3C6484 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 100 | 132 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.48 |
| HSL | 206.67º | 0.38% | 0.38% | - |
| HSV(B) | 206.67º | 0.55% | 0.52% | - |
| XYZ | 10.59 | 11.74 | 23.54 | - |
| YUV | 91.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 132 | 0.55 | 0.24 | 0 | 0.48 | 206.67 | 0.38 | 0.38 |
| Hex | 3C | 64 | 84 | 37 | 18 | 0 | 30 | CF | 26 | 26 |
| Octal | 74 | 144 | 204 | 67 | 30 | 0 | 60 | 317 | 46 | 46 |
| Binary | 111100 | 1100100 | 10000100 | 110111 | 11000 | 0 | 110000 | 11001111 | 100110 | 100110 |
Color Harmonies of #3C6484
Complementary color
Monochromatic Colors of #3C6484
Black with #3C6484
Text Example
Text Example
White with #3C6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6484; }
p { color: rgb(60,100,132); }
H1.HeaderClassName
{
color: #3C6484;
}
.AnyTagClassName
{
color: #3C6484;
}
</style>
background-color css
<style>
a { background-color: #3C6484; }
a { background-color: rgb(60,100,132); }
div.DivClassName
{
background-color: #3C6484;
}
.BgClassName
{
background-color: #3C6484;
}
</style>
border-color css
<style>
span { border-color: #3C6484; }
span { border-color: rgb(60,100,132); }
td.TdClassName
{
border-color: #3C6484;
}
.TagClassName
{
border-color: #3C6484;
}
</style>