Shades of Martinique #352E44
Tints of Martinique #352E44
RGB
CMYK
RGB Variations
Color information
#352E44 (or 0x352E44) is known color: Martinique. HEX triplet: 35, 2E and 44. RGB value is (53,46,68). Sum of RGB (Red+Green+Blue) = 53+46+68=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 68 - color contains mainly: blue. Hex color #352E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E44 is #CAD1BB. Grayscale: #323232. Windows color (decimal): -13291964 or 4468277. OLE color: 4468277.
HSL color Cylindrical-coordinate representation of color #352E44: hue angle of 259.09º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #352E44 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 46 | 68 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.73 |
| HSL | 259.09º | 0.19% | 0.22% | - |
| HSV(B) | 259.09º | 0.32% | 0.27% | - |
| XYZ | 3.49 | 3.13 | 5.89 | - |
| YUV | 50.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 68 | 0.22 | 0.32 | 0 | 0.73 | 259.09 | 0.19 | 0.22 |
| Hex | 35 | 2E | 44 | 16 | 20 | 0 | 49 | 103 | 13 | 16 |
| Octal | 65 | 56 | 104 | 26 | 40 | 0 | 111 | 403 | 23 | 26 |
| Binary | 110101 | 101110 | 1000100 | 10110 | 100000 | 0 | 1001001 | 100000011 | 10011 | 10110 |
Color Harmonies of #352E44
Complementary color
Monochromatic Colors of #352E44
Black with #352E44
Text Example
Text Example
White with #352E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E44; }
p { color: rgb(53,46,68); }
H1.HeaderClassName
{
color: #352E44;
}
.AnyTagClassName
{
color: #352E44;
}
</style>
background-color css
<style>
a { background-color: #352E44; }
a { background-color: rgb(53,46,68); }
div.DivClassName
{
background-color: #352E44;
}
.BgClassName
{
background-color: #352E44;
}
</style>
border-color css
<style>
span { border-color: #352E44; }
span { border-color: rgb(53,46,68); }
td.TdClassName
{
border-color: #352E44;
}
.TagClassName
{
border-color: #352E44;
}
</style>