Shades of Matisse #3D6584
Tints of Matisse #3D6584
RGB
CMYK
RGB Variations
Color information
#3D6584 (or 0x3D6584) is known color: Matisse. HEX triplet: 3D, 65 and 84. RGB value is (61,101,132). Sum of RGB (Red+Green+Blue) = 61+101+132=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D6584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6584 is #C29A7B. Grayscale: #5C5C5C. Windows color (decimal): -12753532 or 8676669. OLE color: 8676669.
HSL color Cylindrical-coordinate representation of color #3D6584: hue angle of 206.2º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D6584 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 101 | 132 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.48 |
| HSL | 206.2º | 0.37% | 0.38% | - |
| HSV(B) | 206.2º | 0.54% | 0.52% | - |
| XYZ | 10.74 | 11.97 | 23.57 | - |
| YUV | 92.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 132 | 0.54 | 0.23 | 0 | 0.48 | 206.2 | 0.37 | 0.38 |
| Hex | 3D | 65 | 84 | 36 | 17 | 0 | 30 | CE | 25 | 26 |
| Octal | 75 | 145 | 204 | 66 | 27 | 0 | 60 | 316 | 45 | 46 |
| Binary | 111101 | 1100101 | 10000100 | 110110 | 10111 | 0 | 110000 | 11001110 | 100101 | 100110 |
Color Harmonies of #3D6584
Complementary color
Monochromatic Colors of #3D6584
Black with #3D6584
Text Example
Text Example
White with #3D6584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6584; }
p { color: rgb(61,101,132); }
H1.HeaderClassName
{
color: #3D6584;
}
.AnyTagClassName
{
color: #3D6584;
}
</style>
background-color css
<style>
a { background-color: #3D6584; }
a { background-color: rgb(61,101,132); }
div.DivClassName
{
background-color: #3D6584;
}
.BgClassName
{
background-color: #3D6584;
}
</style>
border-color css
<style>
span { border-color: #3D6584; }
span { border-color: rgb(61,101,132); }
td.TdClassName
{
border-color: #3D6584;
}
.TagClassName
{
border-color: #3D6584;
}
</style>