Shades of Martinique #3A2F4B
Tints of Martinique #3A2F4B
RGB
CMYK
RGB Variations
Color information
#3A2F4B (or 0x3A2F4B) is known color: Martinique. HEX triplet: 3A, 2F and 4B. RGB value is (58,47,75). Sum of RGB (Red+Green+Blue) = 58+47+75=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A2F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F4B is #C5D0B4. Grayscale: #353535. Windows color (decimal): -12964021 or 4927290. OLE color: 4927290.
HSL color Cylindrical-coordinate representation of color #3A2F4B: hue angle of 263.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A2F4B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 47 | 75 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.71 |
| HSL | 263.57º | 0.23% | 0.24% | - |
| HSV(B) | 263.57º | 0.37% | 0.29% | - |
| XYZ | 4.03 | 3.44 | 7.11 | - |
| YUV | 53.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 75 | 0.23 | 0.37 | 0 | 0.71 | 263.57 | 0.23 | 0.24 |
| Hex | 3A | 2F | 4B | 17 | 25 | 0 | 47 | 108 | 17 | 18 |
| Octal | 72 | 57 | 113 | 27 | 45 | 0 | 107 | 410 | 27 | 30 |
| Binary | 111010 | 101111 | 1001011 | 10111 | 100101 | 0 | 1000111 | 100001000 | 10111 | 11000 |
Color Harmonies of #3A2F4B
Complementary color
Monochromatic Colors of #3A2F4B
Black with #3A2F4B
Text Example
Text Example
White with #3A2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F4B; }
p { color: rgb(58,47,75); }
H1.HeaderClassName
{
color: #3A2F4B;
}
.AnyTagClassName
{
color: #3A2F4B;
}
</style>
background-color css
<style>
a { background-color: #3A2F4B; }
a { background-color: rgb(58,47,75); }
div.DivClassName
{
background-color: #3A2F4B;
}
.BgClassName
{
background-color: #3A2F4B;
}
</style>
border-color css
<style>
span { border-color: #3A2F4B; }
span { border-color: rgb(58,47,75); }
td.TdClassName
{
border-color: #3A2F4B;
}
.TagClassName
{
border-color: #3A2F4B;
}
</style>