Shades of Matisse #3C657C
Tints of Matisse #3C657C
RGB
CMYK
RGB Variations
Color information
#3C657C (or 0x3C657C) is known color: Matisse. HEX triplet: 3C, 65 and 7C. RGB value is (60,101,124). Sum of RGB (Red+Green+Blue) = 60+101+124=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C657C is #C39A83. Grayscale: #5B5B5B. Windows color (decimal): -12819076 or 8152380. OLE color: 8152380.
HSL color Cylindrical-coordinate representation of color #3C657C: hue angle of 201.56º 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 #3C657C is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 101 | 124 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.51 |
| HSL | 201.56º | 0.35% | 0.36% | - |
| HSV(B) | 201.56º | 0.52% | 0.49% | - |
| XYZ | 10.16 | 11.72 | 20.8 | - |
| YUV | 91.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 124 | 0.52 | 0.19 | 0 | 0.51 | 201.56 | 0.35 | 0.36 |
| Hex | 3C | 65 | 7C | 34 | 13 | 0 | 33 | CA | 23 | 24 |
| Octal | 74 | 145 | 174 | 64 | 23 | 0 | 63 | 312 | 43 | 44 |
| Binary | 111100 | 1100101 | 1111100 | 110100 | 10011 | 0 | 110011 | 11001010 | 100011 | 100100 |
Color Harmonies of #3C657C
Complementary color
Monochromatic Colors of #3C657C
Black with #3C657C
Text Example
Text Example
White with #3C657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C657C; }
p { color: rgb(60,101,124); }
H1.HeaderClassName
{
color: #3C657C;
}
.AnyTagClassName
{
color: #3C657C;
}
</style>
background-color css
<style>
a { background-color: #3C657C; }
a { background-color: rgb(60,101,124); }
div.DivClassName
{
background-color: #3C657C;
}
.BgClassName
{
background-color: #3C657C;
}
</style>
border-color css
<style>
span { border-color: #3C657C; }
span { border-color: rgb(60,101,124); }
td.TdClassName
{
border-color: #3C657C;
}
.TagClassName
{
border-color: #3C657C;
}
</style>