Shades of Matisse #3C638B
Tints of Matisse #3C638B
RGB
CMYK
RGB Variations
Color information
#3C638B (or 0x3C638B) is known color: Matisse. HEX triplet: 3C, 63 and 8B. RGB value is (60,99,139). Sum of RGB (Red+Green+Blue) = 60+99+139=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C638B is #C39C74. Grayscale: #5B5B5B. Windows color (decimal): -12819573 or 9134908. OLE color: 9134908.
HSL color Cylindrical-coordinate representation of color #3C638B: hue angle of 210.38º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C638B is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 99 | 139 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.45 |
| HSL | 210.38º | 0.4% | 0.39% | - |
| HSV(B) | 210.38º | 0.57% | 0.55% | - |
| XYZ | 10.99 | 11.75 | 26.11 | - |
| YUV | 91.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 139 | 0.57 | 0.29 | 0 | 0.45 | 210.38 | 0.4 | 0.39 |
| Hex | 3C | 63 | 8B | 39 | 1D | 0 | 2D | D2 | 28 | 27 |
| Octal | 74 | 143 | 213 | 71 | 35 | 0 | 55 | 322 | 50 | 47 |
| Binary | 111100 | 1100011 | 10001011 | 111001 | 11101 | 0 | 101101 | 11010010 | 101000 | 100111 |
Color Harmonies of #3C638B
Complementary color
Monochromatic Colors of #3C638B
Black with #3C638B
Text Example
Text Example
White with #3C638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C638B; }
p { color: rgb(60,99,139); }
H1.HeaderClassName
{
color: #3C638B;
}
.AnyTagClassName
{
color: #3C638B;
}
</style>
background-color css
<style>
a { background-color: #3C638B; }
a { background-color: rgb(60,99,139); }
div.DivClassName
{
background-color: #3C638B;
}
.BgClassName
{
background-color: #3C638B;
}
</style>
border-color css
<style>
span { border-color: #3C638B; }
span { border-color: rgb(60,99,139); }
td.TdClassName
{
border-color: #3C638B;
}
.TagClassName
{
border-color: #3C638B;
}
</style>