Shades of Martinique #3A344E
Tints of Martinique #3A344E
RGB
CMYK
RGB Variations
Color information
#3A344E (or 0x3A344E) is known color: Martinique. HEX triplet: 3A, 34 and 4E. RGB value is (58,52,78). Sum of RGB (Red+Green+Blue) = 58+52+78=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A344E is #C5CBB1. Grayscale: #383838. Windows color (decimal): -12962738 or 5125178. OLE color: 5125178.
HSL color Cylindrical-coordinate representation of color #3A344E: hue angle of 253.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A344E is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 52 | 78 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.69 |
| HSL | 253.85º | 0.2% | 0.25% | - |
| HSV(B) | 253.85º | 0.33% | 0.31% | - |
| XYZ | 4.35 | 3.91 | 7.73 | - |
| YUV | 56.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 78 | 0.26 | 0.33 | 0 | 0.69 | 253.85 | 0.2 | 0.25 |
| Hex | 3A | 34 | 4E | 1A | 21 | 0 | 45 | FE | 14 | 19 |
| Octal | 72 | 64 | 116 | 32 | 41 | 0 | 105 | 376 | 24 | 31 |
| Binary | 111010 | 110100 | 1001110 | 11010 | 100001 | 0 | 1000101 | 11111110 | 10100 | 11001 |
Color Harmonies of #3A344E
Complementary color
Monochromatic Colors of #3A344E
Black with #3A344E
Text Example
Text Example
White with #3A344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A344E; }
p { color: rgb(58,52,78); }
H1.HeaderClassName
{
color: #3A344E;
}
.AnyTagClassName
{
color: #3A344E;
}
</style>
background-color css
<style>
a { background-color: #3A344E; }
a { background-color: rgb(58,52,78); }
div.DivClassName
{
background-color: #3A344E;
}
.BgClassName
{
background-color: #3A344E;
}
</style>
border-color css
<style>
span { border-color: #3A344E; }
span { border-color: rgb(58,52,78); }
td.TdClassName
{
border-color: #3A344E;
}
.TagClassName
{
border-color: #3A344E;
}
</style>