Shades of Martinique #3A364B
Tints of Martinique #3A364B
RGB
CMYK
RGB Variations
Color information
#3A364B (or 0x3A364B) is known color: Martinique. HEX triplet: 3A, 36 and 4B. RGB value is (58,54,75). Sum of RGB (Red+Green+Blue) = 58+54+75=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A364B is #C5C9B4. Grayscale: #393939. Windows color (decimal): -12962229 or 4929082. OLE color: 4929082.
HSL color Cylindrical-coordinate representation of color #3A364B: hue angle of 251.43º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A364B is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 54 | 75 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.71 |
| HSL | 251.43º | 0.16% | 0.25% | - |
| HSV(B) | 251.43º | 0.28% | 0.29% | - |
| XYZ | 4.33 | 4.05 | 7.21 | - |
| YUV | 57.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 75 | 0.23 | 0.28 | 0 | 0.71 | 251.43 | 0.16 | 0.25 |
| Hex | 3A | 36 | 4B | 17 | 1C | 0 | 47 | FB | 10 | 19 |
| Octal | 72 | 66 | 113 | 27 | 34 | 0 | 107 | 373 | 20 | 31 |
| Binary | 111010 | 110110 | 1001011 | 10111 | 11100 | 0 | 1000111 | 11111011 | 10000 | 11001 |
Color Harmonies of #3A364B
Complementary color
Monochromatic Colors of #3A364B
Black with #3A364B
Text Example
Text Example
White with #3A364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A364B; }
p { color: rgb(58,54,75); }
H1.HeaderClassName
{
color: #3A364B;
}
.AnyTagClassName
{
color: #3A364B;
}
</style>
background-color css
<style>
a { background-color: #3A364B; }
a { background-color: rgb(58,54,75); }
div.DivClassName
{
background-color: #3A364B;
}
.BgClassName
{
background-color: #3A364B;
}
</style>
border-color css
<style>
span { border-color: #3A364B; }
span { border-color: rgb(58,54,75); }
td.TdClassName
{
border-color: #3A364B;
}
.TagClassName
{
border-color: #3A364B;
}
</style>