Shades of Matisse #3D618A
Tints of Matisse #3D618A
RGB
CMYK
RGB Variations
Color information
#3D618A (or 0x3D618A) is known color: Matisse. HEX triplet: 3D, 61 and 8A. RGB value is (61,97,138). Sum of RGB (Red+Green+Blue) = 61+97+138=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D618A is #C29E75. Grayscale: #5A5A5A. Windows color (decimal): -12754550 or 9068861. OLE color: 9068861.
HSL color Cylindrical-coordinate representation of color #3D618A: hue angle of 211.95º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D618A is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 97 | 138 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.46 |
| HSL | 211.95º | 0.39% | 0.39% | - |
| HSV(B) | 211.95º | 0.56% | 0.54% | - |
| XYZ | 10.79 | 11.38 | 25.67 | - |
| YUV | 90.91 | 154.57 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 138 | 0.56 | 0.30 | 0 | 0.46 | 211.95 | 0.39 | 0.39 |
| Hex | 3D | 61 | 8A | 38 | 1E | 0 | 2E | D4 | 27 | 27 |
| Octal | 75 | 141 | 212 | 70 | 36 | 0 | 56 | 324 | 47 | 47 |
| Binary | 111101 | 1100001 | 10001010 | 111000 | 11110 | 0 | 101110 | 11010100 | 100111 | 100111 |
Color Harmonies of #3D618A
Complementary color
Monochromatic Colors of #3D618A
Black with #3D618A
Text Example
Text Example
White with #3D618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D618A; }
p { color: rgb(61,97,138); }
H1.HeaderClassName
{
color: #3D618A;
}
.AnyTagClassName
{
color: #3D618A;
}
</style>
background-color css
<style>
a { background-color: #3D618A; }
a { background-color: rgb(61,97,138); }
div.DivClassName
{
background-color: #3D618A;
}
.BgClassName
{
background-color: #3D618A;
}
</style>
border-color css
<style>
span { border-color: #3D618A; }
span { border-color: rgb(61,97,138); }
td.TdClassName
{
border-color: #3D618A;
}
.TagClassName
{
border-color: #3D618A;
}
</style>