Shades of Matisse #3C617D
Tints of Matisse #3C617D
RGB
CMYK
RGB Variations
Color information
#3C617D (or 0x3C617D) is known color: Matisse. HEX triplet: 3C, 61 and 7D. RGB value is (60,97,125). Sum of RGB (Red+Green+Blue) = 60+97+125=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C617D is #C39E82. Grayscale: #585858. Windows color (decimal): -12820099 or 8216892. OLE color: 8216892.
HSL color Cylindrical-coordinate representation of color #3C617D: hue angle of 205.85º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C617D is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 97 | 125 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.51 |
| HSL | 205.85º | 0.35% | 0.36% | - |
| HSV(B) | 205.85º | 0.52% | 0.49% | - |
| XYZ | 9.84 | 10.99 | 21 | - |
| YUV | 89.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 125 | 0.52 | 0.22 | 0 | 0.51 | 205.85 | 0.35 | 0.36 |
| Hex | 3C | 61 | 7D | 34 | 16 | 0 | 33 | CE | 23 | 24 |
| Octal | 74 | 141 | 175 | 64 | 26 | 0 | 63 | 316 | 43 | 44 |
| Binary | 111100 | 1100001 | 1111101 | 110100 | 10110 | 0 | 110011 | 11001110 | 100011 | 100100 |
Color Harmonies of #3C617D
Complementary color
Monochromatic Colors of #3C617D
Black with #3C617D
Text Example
Text Example
White with #3C617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C617D; }
p { color: rgb(60,97,125); }
H1.HeaderClassName
{
color: #3C617D;
}
.AnyTagClassName
{
color: #3C617D;
}
</style>
background-color css
<style>
a { background-color: #3C617D; }
a { background-color: rgb(60,97,125); }
div.DivClassName
{
background-color: #3C617D;
}
.BgClassName
{
background-color: #3C617D;
}
</style>
border-color css
<style>
span { border-color: #3C617D; }
span { border-color: rgb(60,97,125); }
td.TdClassName
{
border-color: #3C617D;
}
.TagClassName
{
border-color: #3C617D;
}
</style>