Shades of Matisse #3F5D75
Tints of Matisse #3F5D75
RGB
CMYK
RGB Variations
Color information
#3F5D75 (or 0x3F5D75) is known color: Matisse. HEX triplet: 3F, 5D and 75. RGB value is (63,93,117). Sum of RGB (Red+Green+Blue) = 63+93+117=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F5D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D75 is #C0A28A. Grayscale: #565656. Windows color (decimal): -12624523 or 7691583. OLE color: 7691583.
HSL color Cylindrical-coordinate representation of color #3F5D75: hue angle of 206.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F5D75 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 93 | 117 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.54 |
| HSL | 206.67º | 0.3% | 0.35% | - |
| HSV(B) | 206.67º | 0.46% | 0.46% | - |
| XYZ | 9.18 | 10.17 | 18.31 | - |
| YUV | 86.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 117 | 0.46 | 0.21 | 0 | 0.54 | 206.67 | 0.3 | 0.35 |
| Hex | 3F | 5D | 75 | 2E | 15 | 0 | 36 | CF | 1E | 23 |
| Octal | 77 | 135 | 165 | 56 | 25 | 0 | 66 | 317 | 36 | 43 |
| Binary | 111111 | 1011101 | 1110101 | 101110 | 10101 | 0 | 110110 | 11001111 | 11110 | 100011 |
Color Harmonies of #3F5D75
Complementary color
Monochromatic Colors of #3F5D75
Black with #3F5D75
Text Example
Text Example
White with #3F5D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D75; }
p { color: rgb(63,93,117); }
H1.HeaderClassName
{
color: #3F5D75;
}
.AnyTagClassName
{
color: #3F5D75;
}
</style>
background-color css
<style>
a { background-color: #3F5D75; }
a { background-color: rgb(63,93,117); }
div.DivClassName
{
background-color: #3F5D75;
}
.BgClassName
{
background-color: #3F5D75;
}
</style>
border-color css
<style>
span { border-color: #3F5D75; }
span { border-color: rgb(63,93,117); }
td.TdClassName
{
border-color: #3F5D75;
}
.TagClassName
{
border-color: #3F5D75;
}
</style>