Shades of Matisse #3F627D
Tints of Matisse #3F627D
RGB
CMYK
RGB Variations
Color information
#3F627D (or 0x3F627D) is known color: Matisse. HEX triplet: 3F, 62 and 7D. RGB value is (63,98,125). Sum of RGB (Red+Green+Blue) = 63+98+125=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F627D is #C09D82. Grayscale: #5A5A5A. Windows color (decimal): -12623235 or 8217151. OLE color: 8217151.
HSL color Cylindrical-coordinate representation of color #3F627D: hue angle of 206.13º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F627D is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 98 | 125 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.51 |
| HSL | 206.13º | 0.33% | 0.37% | - |
| HSV(B) | 206.13º | 0.5% | 0.49% | - |
| XYZ | 10.12 | 11.27 | 21.04 | - |
| YUV | 90.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 125 | 0.50 | 0.22 | 0 | 0.51 | 206.13 | 0.33 | 0.37 |
| Hex | 3F | 62 | 7D | 32 | 16 | 0 | 33 | CE | 21 | 25 |
| Octal | 77 | 142 | 175 | 62 | 26 | 0 | 63 | 316 | 41 | 45 |
| Binary | 111111 | 1100010 | 1111101 | 110010 | 10110 | 0 | 110011 | 11001110 | 100001 | 100101 |
Color Harmonies of #3F627D
Complementary color
Monochromatic Colors of #3F627D
Black with #3F627D
Text Example
Text Example
White with #3F627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F627D; }
p { color: rgb(63,98,125); }
H1.HeaderClassName
{
color: #3F627D;
}
.AnyTagClassName
{
color: #3F627D;
}
</style>
background-color css
<style>
a { background-color: #3F627D; }
a { background-color: rgb(63,98,125); }
div.DivClassName
{
background-color: #3F627D;
}
.BgClassName
{
background-color: #3F627D;
}
</style>
border-color css
<style>
span { border-color: #3F627D; }
span { border-color: rgb(63,98,125); }
td.TdClassName
{
border-color: #3F627D;
}
.TagClassName
{
border-color: #3F627D;
}
</style>