Shades of Martinique #3A3245
Tints of Martinique #3A3245
RGB
CMYK
RGB Variations
Color information
#3A3245 (or 0x3A3245) is known color: Martinique. HEX triplet: 3A, 32 and 45. RGB value is (58,50,69). Sum of RGB (Red+Green+Blue) = 58+50+69=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #3A3245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3245 is #C5CDBA. Grayscale: #363636. Windows color (decimal): -12963259 or 4534842. OLE color: 4534842.
HSL color Cylindrical-coordinate representation of color #3A3245: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A3245 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 50 | 69 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.73 |
| HSL | 265.26º | 0.16% | 0.23% | - |
| HSV(B) | 265.26º | 0.28% | 0.27% | - |
| XYZ | 3.96 | 3.61 | 6.12 | - |
| YUV | 54.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 69 | 0.16 | 0.28 | 0 | 0.73 | 265.26 | 0.16 | 0.23 |
| Hex | 3A | 32 | 45 | 10 | 1C | 0 | 49 | 109 | 10 | 17 |
| Octal | 72 | 62 | 105 | 20 | 34 | 0 | 111 | 411 | 20 | 27 |
| Binary | 111010 | 110010 | 1000101 | 10000 | 11100 | 0 | 1001001 | 100001001 | 10000 | 10111 |
Color Harmonies of #3A3245
Complementary color
Monochromatic Colors of #3A3245
Black with #3A3245
Text Example
Text Example
White with #3A3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3245; }
p { color: rgb(58,50,69); }
H1.HeaderClassName
{
color: #3A3245;
}
.AnyTagClassName
{
color: #3A3245;
}
</style>
background-color css
<style>
a { background-color: #3A3245; }
a { background-color: rgb(58,50,69); }
div.DivClassName
{
background-color: #3A3245;
}
.BgClassName
{
background-color: #3A3245;
}
</style>
border-color css
<style>
span { border-color: #3A3245; }
span { border-color: rgb(58,50,69); }
td.TdClassName
{
border-color: #3A3245;
}
.TagClassName
{
border-color: #3A3245;
}
</style>