Shades of Matisse #3F6584
Tints of Matisse #3F6584
RGB
CMYK
RGB Variations
Color information
#3F6584 (or 0x3F6584) is known color: Matisse. HEX triplet: 3F, 65 and 84. RGB value is (63,101,132). Sum of RGB (Red+Green+Blue) = 63+101+132=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F6584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6584 is #C09A7B. Grayscale: #5D5D5D. Windows color (decimal): -12622460 or 8676671. OLE color: 8676671.
HSL color Cylindrical-coordinate representation of color #3F6584: hue angle of 206.96º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F6584 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 101 | 132 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.48 |
| HSL | 206.96º | 0.35% | 0.38% | - |
| HSV(B) | 206.96º | 0.52% | 0.52% | - |
| XYZ | 10.87 | 12.03 | 23.58 | - |
| YUV | 93.17 | 149.91 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 132 | 0.52 | 0.23 | 0 | 0.48 | 206.96 | 0.35 | 0.38 |
| Hex | 3F | 65 | 84 | 34 | 17 | 0 | 30 | CF | 23 | 26 |
| Octal | 77 | 145 | 204 | 64 | 27 | 0 | 60 | 317 | 43 | 46 |
| Binary | 111111 | 1100101 | 10000100 | 110100 | 10111 | 0 | 110000 | 11001111 | 100011 | 100110 |
Color Harmonies of #3F6584
Complementary color
Monochromatic Colors of #3F6584
Black with #3F6584
Text Example
Text Example
White with #3F6584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6584; }
p { color: rgb(63,101,132); }
H1.HeaderClassName
{
color: #3F6584;
}
.AnyTagClassName
{
color: #3F6584;
}
</style>
background-color css
<style>
a { background-color: #3F6584; }
a { background-color: rgb(63,101,132); }
div.DivClassName
{
background-color: #3F6584;
}
.BgClassName
{
background-color: #3F6584;
}
</style>
border-color css
<style>
span { border-color: #3F6584; }
span { border-color: rgb(63,101,132); }
td.TdClassName
{
border-color: #3F6584;
}
.TagClassName
{
border-color: #3F6584;
}
</style>