Shades of Matisse #3C628A
Tints of Matisse #3C628A
RGB
CMYK
RGB Variations
Color information
#3C628A (or 0x3C628A) is known color: Matisse. HEX triplet: 3C, 62 and 8A. RGB value is (60,98,138). Sum of RGB (Red+Green+Blue) = 60+98+138=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C628A is #C39D75. Grayscale: #5B5B5B. Windows color (decimal): -12819830 or 9069116. OLE color: 9069116.
HSL color Cylindrical-coordinate representation of color #3C628A: hue angle of 210.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C628A is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 98 | 138 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.46 |
| HSL | 210.77º | 0.39% | 0.39% | - |
| HSV(B) | 210.77º | 0.57% | 0.54% | - |
| XYZ | 10.82 | 11.53 | 25.7 | - |
| YUV | 91.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 138 | 0.57 | 0.29 | 0 | 0.46 | 210.77 | 0.39 | 0.39 |
| Hex | 3C | 62 | 8A | 39 | 1D | 0 | 2E | D3 | 27 | 27 |
| Octal | 74 | 142 | 212 | 71 | 35 | 0 | 56 | 323 | 47 | 47 |
| Binary | 111100 | 1100010 | 10001010 | 111001 | 11101 | 0 | 101110 | 11010011 | 100111 | 100111 |
Color Harmonies of #3C628A
Complementary color
Monochromatic Colors of #3C628A
Black with #3C628A
Text Example
Text Example
White with #3C628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C628A; }
p { color: rgb(60,98,138); }
H1.HeaderClassName
{
color: #3C628A;
}
.AnyTagClassName
{
color: #3C628A;
}
</style>
background-color css
<style>
a { background-color: #3C628A; }
a { background-color: rgb(60,98,138); }
div.DivClassName
{
background-color: #3C628A;
}
.BgClassName
{
background-color: #3C628A;
}
</style>
border-color css
<style>
span { border-color: #3C628A; }
span { border-color: rgb(60,98,138); }
td.TdClassName
{
border-color: #3C628A;
}
.TagClassName
{
border-color: #3C628A;
}
</style>