Shades of Martinique #3D344D
Tints of Martinique #3D344D
RGB
CMYK
RGB Variations
Color information
#3D344D (or 0x3D344D) is known color: Martinique. HEX triplet: 3D, 34 and 4D. RGB value is (61,52,77). Sum of RGB (Red+Green+Blue) = 61+52+77=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D344D is #C2CBB2. Grayscale: #393939. Windows color (decimal): -12766131 or 5059645. OLE color: 5059645.
HSL color Cylindrical-coordinate representation of color #3D344D: hue angle of 261.6º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D344D is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 52 | 77 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.70 |
| HSL | 261.6º | 0.19% | 0.25% | - |
| HSV(B) | 261.6º | 0.32% | 0.3% | - |
| XYZ | 4.49 | 3.98 | 7.55 | - |
| YUV | 57.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 77 | 0.21 | 0.32 | 0 | 0.70 | 261.6 | 0.19 | 0.25 |
| Hex | 3D | 34 | 4D | 15 | 20 | 0 | 46 | 106 | 13 | 19 |
| Octal | 75 | 64 | 115 | 25 | 40 | 0 | 106 | 406 | 23 | 31 |
| Binary | 111101 | 110100 | 1001101 | 10101 | 100000 | 0 | 1000110 | 100000110 | 10011 | 11001 |
Color Harmonies of #3D344D
Complementary color
Monochromatic Colors of #3D344D
Black with #3D344D
Text Example
Text Example
White with #3D344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D344D; }
p { color: rgb(61,52,77); }
H1.HeaderClassName
{
color: #3D344D;
}
.AnyTagClassName
{
color: #3D344D;
}
</style>
background-color css
<style>
a { background-color: #3D344D; }
a { background-color: rgb(61,52,77); }
div.DivClassName
{
background-color: #3D344D;
}
.BgClassName
{
background-color: #3D344D;
}
</style>
border-color css
<style>
span { border-color: #3D344D; }
span { border-color: rgb(61,52,77); }
td.TdClassName
{
border-color: #3D344D;
}
.TagClassName
{
border-color: #3D344D;
}
</style>