Shades of Martinique #3D3550
Tints of Martinique #3D3550
RGB
CMYK
RGB Variations
Color information
#3D3550 (or 0x3D3550) is known color: Martinique. HEX triplet: 3D, 35 and 50. RGB value is (61,53,80). Sum of RGB (Red+Green+Blue) = 61+53+80=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3550 is #C2CAAF. Grayscale: #3A3A3A. Windows color (decimal): -12765872 or 5256509. OLE color: 5256509.
HSL color Cylindrical-coordinate representation of color #3D3550: hue angle of 257.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D3550 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 53 | 80 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.69 |
| HSL | 257.78º | 0.2% | 0.26% | - |
| HSV(B) | 257.78º | 0.34% | 0.31% | - |
| XYZ | 4.65 | 4.12 | 8.14 | - |
| YUV | 58.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 80 | 0.24 | 0.34 | 0 | 0.69 | 257.78 | 0.2 | 0.26 |
| Hex | 3D | 35 | 50 | 18 | 22 | 0 | 45 | 102 | 14 | 1A |
| Octal | 75 | 65 | 120 | 30 | 42 | 0 | 105 | 402 | 24 | 32 |
| Binary | 111101 | 110101 | 1010000 | 11000 | 100010 | 0 | 1000101 | 100000010 | 10100 | 11010 |
Color Harmonies of #3D3550
Complementary color
Monochromatic Colors of #3D3550
Black with #3D3550
Text Example
Text Example
White with #3D3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3550; }
p { color: rgb(61,53,80); }
H1.HeaderClassName
{
color: #3D3550;
}
.AnyTagClassName
{
color: #3D3550;
}
</style>
background-color css
<style>
a { background-color: #3D3550; }
a { background-color: rgb(61,53,80); }
div.DivClassName
{
background-color: #3D3550;
}
.BgClassName
{
background-color: #3D3550;
}
</style>
border-color css
<style>
span { border-color: #3D3550; }
span { border-color: rgb(61,53,80); }
td.TdClassName
{
border-color: #3D3550;
}
.TagClassName
{
border-color: #3D3550;
}
</style>