Shades of Matisse #3D6082
Tints of Matisse #3D6082
RGB
CMYK
RGB Variations
Color information
#3D6082 (or 0x3D6082) is known color: Matisse. HEX triplet: 3D, 60 and 82. RGB value is (61,96,130). Sum of RGB (Red+Green+Blue) = 61+96+130=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D6082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6082 is #C29F7D. Grayscale: #595959. Windows color (decimal): -12754814 or 8544317. OLE color: 8544317.
HSL color Cylindrical-coordinate representation of color #3D6082: hue angle of 209.57º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D6082 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 96 | 130 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.49 |
| HSL | 209.57º | 0.36% | 0.37% | - |
| HSV(B) | 209.57º | 0.53% | 0.51% | - |
| XYZ | 10.14 | 10.97 | 22.7 | - |
| YUV | 89.41 | 150.9 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 130 | 0.53 | 0.26 | 0 | 0.49 | 209.57 | 0.36 | 0.37 |
| Hex | 3D | 60 | 82 | 35 | 1A | 0 | 31 | D2 | 24 | 25 |
| Octal | 75 | 140 | 202 | 65 | 32 | 0 | 61 | 322 | 44 | 45 |
| Binary | 111101 | 1100000 | 10000010 | 110101 | 11010 | 0 | 110001 | 11010010 | 100100 | 100101 |
Color Harmonies of #3D6082
Complementary color
Monochromatic Colors of #3D6082
Black with #3D6082
Text Example
Text Example
White with #3D6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6082; }
p { color: rgb(61,96,130); }
H1.HeaderClassName
{
color: #3D6082;
}
.AnyTagClassName
{
color: #3D6082;
}
</style>
background-color css
<style>
a { background-color: #3D6082; }
a { background-color: rgb(61,96,130); }
div.DivClassName
{
background-color: #3D6082;
}
.BgClassName
{
background-color: #3D6082;
}
</style>
border-color css
<style>
span { border-color: #3D6082; }
span { border-color: rgb(61,96,130); }
td.TdClassName
{
border-color: #3D6082;
}
.TagClassName
{
border-color: #3D6082;
}
</style>