Shades of Matisse #3D657C
Tints of Matisse #3D657C
RGB
CMYK
RGB Variations
Color information
#3D657C (or 0x3D657C) is known color: Matisse. HEX triplet: 3D, 65 and 7C. RGB value is (61,101,124). Sum of RGB (Red+Green+Blue) = 61+101+124=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D657C is #C29A83. Grayscale: #5B5B5B. Windows color (decimal): -12753540 or 8152381. OLE color: 8152381.
HSL color Cylindrical-coordinate representation of color #3D657C: hue angle of 201.9º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D657C is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 101 | 124 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.51 |
| HSL | 201.9º | 0.34% | 0.36% | - |
| HSV(B) | 201.9º | 0.51% | 0.49% | - |
| XYZ | 10.22 | 11.75 | 20.8 | - |
| YUV | 91.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 124 | 0.51 | 0.19 | 0 | 0.51 | 201.9 | 0.34 | 0.36 |
| Hex | 3D | 65 | 7C | 33 | 13 | 0 | 33 | CA | 22 | 24 |
| Octal | 75 | 145 | 174 | 63 | 23 | 0 | 63 | 312 | 42 | 44 |
| Binary | 111101 | 1100101 | 1111100 | 110011 | 10011 | 0 | 110011 | 11001010 | 100010 | 100100 |
Color Harmonies of #3D657C
Complementary color
Monochromatic Colors of #3D657C
Black with #3D657C
Text Example
Text Example
White with #3D657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D657C; }
p { color: rgb(61,101,124); }
H1.HeaderClassName
{
color: #3D657C;
}
.AnyTagClassName
{
color: #3D657C;
}
</style>
background-color css
<style>
a { background-color: #3D657C; }
a { background-color: rgb(61,101,124); }
div.DivClassName
{
background-color: #3D657C;
}
.BgClassName
{
background-color: #3D657C;
}
</style>
border-color css
<style>
span { border-color: #3D657C; }
span { border-color: rgb(61,101,124); }
td.TdClassName
{
border-color: #3D657C;
}
.TagClassName
{
border-color: #3D657C;
}
</style>