Shades of Martinique #3D334D
Tints of Martinique #3D334D
RGB
CMYK
RGB Variations
Color information
#3D334D (or 0x3D334D) is known color: Martinique. HEX triplet: 3D, 33 and 4D. RGB value is (61,51,77). Sum of RGB (Red+Green+Blue) = 61+51+77=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D334D is #C2CCB2. Grayscale: #383838. Windows color (decimal): -12766387 or 5059389. OLE color: 5059389.
HSL color Cylindrical-coordinate representation of color #3D334D: hue angle of 263.08º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D334D is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 51 | 77 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.70 |
| HSL | 263.08º | 0.2% | 0.25% | - |
| HSV(B) | 263.08º | 0.34% | 0.3% | - |
| XYZ | 4.45 | 3.9 | 7.54 | - |
| YUV | 56.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 77 | 0.21 | 0.34 | 0 | 0.70 | 263.08 | 0.2 | 0.25 |
| Hex | 3D | 33 | 4D | 15 | 22 | 0 | 46 | 107 | 14 | 19 |
| Octal | 75 | 63 | 115 | 25 | 42 | 0 | 106 | 407 | 24 | 31 |
| Binary | 111101 | 110011 | 1001101 | 10101 | 100010 | 0 | 1000110 | 100000111 | 10100 | 11001 |
Color Harmonies of #3D334D
Complementary color
Monochromatic Colors of #3D334D
Black with #3D334D
Text Example
Text Example
White with #3D334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D334D; }
p { color: rgb(61,51,77); }
H1.HeaderClassName
{
color: #3D334D;
}
.AnyTagClassName
{
color: #3D334D;
}
</style>
background-color css
<style>
a { background-color: #3D334D; }
a { background-color: rgb(61,51,77); }
div.DivClassName
{
background-color: #3D334D;
}
.BgClassName
{
background-color: #3D334D;
}
</style>
border-color css
<style>
span { border-color: #3D334D; }
span { border-color: rgb(61,51,77); }
td.TdClassName
{
border-color: #3D334D;
}
.TagClassName
{
border-color: #3D334D;
}
</style>