Shades of Matisse #3D5C85
Tints of Matisse #3D5C85
RGB
CMYK
RGB Variations
Color information
#3D5C85 (or 0x3D5C85) is known color: Matisse. HEX triplet: 3D, 5C and 85. RGB value is (61,92,133). Sum of RGB (Red+Green+Blue) = 61+92+133=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D5C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5C85 is #C2A37A. Grayscale: #575757. Windows color (decimal): -12755835 or 8739901. OLE color: 8739901.
HSL color Cylindrical-coordinate representation of color #3D5C85: hue angle of 214.17º 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 #3D5C85 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 92 | 133 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.48 |
| HSL | 214.17º | 0.37% | 0.38% | - |
| HSV(B) | 214.17º | 0.54% | 0.52% | - |
| XYZ | 9.99 | 10.34 | 23.66 | - |
| YUV | 87.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 133 | 0.54 | 0.31 | 0 | 0.48 | 214.17 | 0.37 | 0.38 |
| Hex | 3D | 5C | 85 | 36 | 1F | 0 | 30 | D6 | 25 | 26 |
| Octal | 75 | 134 | 205 | 66 | 37 | 0 | 60 | 326 | 45 | 46 |
| Binary | 111101 | 1011100 | 10000101 | 110110 | 11111 | 0 | 110000 | 11010110 | 100101 | 100110 |
Color Harmonies of #3D5C85
Complementary color
Monochromatic Colors of #3D5C85
Black with #3D5C85
Text Example
Text Example
White with #3D5C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5C85; }
p { color: rgb(61,92,133); }
H1.HeaderClassName
{
color: #3D5C85;
}
.AnyTagClassName
{
color: #3D5C85;
}
</style>
background-color css
<style>
a { background-color: #3D5C85; }
a { background-color: rgb(61,92,133); }
div.DivClassName
{
background-color: #3D5C85;
}
.BgClassName
{
background-color: #3D5C85;
}
</style>
border-color css
<style>
span { border-color: #3D5C85; }
span { border-color: rgb(61,92,133); }
td.TdClassName
{
border-color: #3D5C85;
}
.TagClassName
{
border-color: #3D5C85;
}
</style>