Shades of Martinique #3E3550
Tints of Martinique #3E3550
RGB
CMYK
RGB Variations
Color information
#3E3550 (or 0x3E3550) is known color: Martinique. HEX triplet: 3E, 35 and 50. RGB value is (62,53,80). Sum of RGB (Red+Green+Blue) = 62+53+80=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3550 is #C1CAAF. Grayscale: #3A3A3A. Windows color (decimal): -12700336 or 5256510. OLE color: 5256510.
HSL color Cylindrical-coordinate representation of color #3E3550: hue angle of 260º 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 #3E3550 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 53 | 80 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.69 |
| HSL | 260º | 0.2% | 0.26% | - |
| HSV(B) | 260º | 0.34% | 0.31% | - |
| XYZ | 4.71 | 4.15 | 8.14 | - |
| YUV | 58.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 80 | 0.22 | 0.34 | 0 | 0.69 | 260 | 0.2 | 0.26 |
| Hex | 3E | 35 | 50 | 16 | 22 | 0 | 45 | 104 | 14 | 1A |
| Octal | 76 | 65 | 120 | 26 | 42 | 0 | 105 | 404 | 24 | 32 |
| Binary | 111110 | 110101 | 1010000 | 10110 | 100010 | 0 | 1000101 | 100000100 | 10100 | 11010 |
Color Harmonies of #3E3550
Complementary color
Monochromatic Colors of #3E3550
Black with #3E3550
Text Example
Text Example
White with #3E3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3550; }
p { color: rgb(62,53,80); }
H1.HeaderClassName
{
color: #3E3550;
}
.AnyTagClassName
{
color: #3E3550;
}
</style>
background-color css
<style>
a { background-color: #3E3550; }
a { background-color: rgb(62,53,80); }
div.DivClassName
{
background-color: #3E3550;
}
.BgClassName
{
background-color: #3E3550;
}
</style>
border-color css
<style>
span { border-color: #3E3550; }
span { border-color: rgb(62,53,80); }
td.TdClassName
{
border-color: #3E3550;
}
.TagClassName
{
border-color: #3E3550;
}
</style>