Shades of Martinique #3D354D
Tints of Martinique #3D354D
RGB
CMYK
RGB Variations
Color information
#3D354D (or 0x3D354D) is known color: Martinique. HEX triplet: 3D, 35 and 4D. RGB value is (61,53,77). Sum of RGB (Red+Green+Blue) = 61+53+77=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D354D is #C2CAB2. Grayscale: #3A3A3A. Windows color (decimal): -12765875 or 5059901. OLE color: 5059901.
HSL color Cylindrical-coordinate representation of color #3D354D: hue angle of 260º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D354D is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 53 | 77 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.70 |
| HSL | 260º | 0.18% | 0.25% | - |
| HSV(B) | 260º | 0.31% | 0.3% | - |
| XYZ | 4.54 | 4.07 | 7.57 | - |
| YUV | 58.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 77 | 0.21 | 0.31 | 0 | 0.70 | 260 | 0.18 | 0.25 |
| Hex | 3D | 35 | 4D | 15 | 1F | 0 | 46 | 104 | 12 | 19 |
| Octal | 75 | 65 | 115 | 25 | 37 | 0 | 106 | 404 | 22 | 31 |
| Binary | 111101 | 110101 | 1001101 | 10101 | 11111 | 0 | 1000110 | 100000100 | 10010 | 11001 |
Color Harmonies of #3D354D
Complementary color
Monochromatic Colors of #3D354D
Black with #3D354D
Text Example
Text Example
White with #3D354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D354D; }
p { color: rgb(61,53,77); }
H1.HeaderClassName
{
color: #3D354D;
}
.AnyTagClassName
{
color: #3D354D;
}
</style>
background-color css
<style>
a { background-color: #3D354D; }
a { background-color: rgb(61,53,77); }
div.DivClassName
{
background-color: #3D354D;
}
.BgClassName
{
background-color: #3D354D;
}
</style>
border-color css
<style>
span { border-color: #3D354D; }
span { border-color: rgb(61,53,77); }
td.TdClassName
{
border-color: #3D354D;
}
.TagClassName
{
border-color: #3D354D;
}
</style>