Shades of Martinique #3D344A
Tints of Martinique #3D344A
RGB
CMYK
RGB Variations
Color information
#3D344A (or 0x3D344A) is known color: Martinique. HEX triplet: 3D, 34 and 4A. RGB value is (61,52,74). Sum of RGB (Red+Green+Blue) = 61+52+74=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D344A is #C2CBB5. Grayscale: #393939. Windows color (decimal): -12766134 or 4863037. OLE color: 4863037.
HSL color Cylindrical-coordinate representation of color #3D344A: hue angle of 264.55º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D344A is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 52 | 74 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.71 |
| HSL | 264.55º | 0.17% | 0.25% | - |
| HSV(B) | 264.55º | 0.3% | 0.29% | - |
| XYZ | 4.39 | 3.94 | 7.01 | - |
| YUV | 57.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 74 | 0.18 | 0.30 | 0 | 0.71 | 264.55 | 0.17 | 0.25 |
| Hex | 3D | 34 | 4A | 12 | 1E | 0 | 47 | 109 | 11 | 19 |
| Octal | 75 | 64 | 112 | 22 | 36 | 0 | 107 | 411 | 21 | 31 |
| Binary | 111101 | 110100 | 1001010 | 10010 | 11110 | 0 | 1000111 | 100001001 | 10001 | 11001 |
Color Harmonies of #3D344A
Complementary color
Monochromatic Colors of #3D344A
Black with #3D344A
Text Example
Text Example
White with #3D344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D344A; }
p { color: rgb(61,52,74); }
H1.HeaderClassName
{
color: #3D344A;
}
.AnyTagClassName
{
color: #3D344A;
}
</style>
background-color css
<style>
a { background-color: #3D344A; }
a { background-color: rgb(61,52,74); }
div.DivClassName
{
background-color: #3D344A;
}
.BgClassName
{
background-color: #3D344A;
}
</style>
border-color css
<style>
span { border-color: #3D344A; }
span { border-color: rgb(61,52,74); }
td.TdClassName
{
border-color: #3D344A;
}
.TagClassName
{
border-color: #3D344A;
}
</style>