#3A3349

Color #3A3349 Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #3A3349

Tints of Martinique #3A3349

Color information

#3A3349 (or 0x3A3349) is unknown color: approx Martinique. HEX triplet: 3A, 33 and 49. RGB value is (58,51,73). Sum of RGB (Red+Green+Blue) = 58+51+73=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A3349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3349 is #C5CCB6. Grayscale: #373737. Windows color (decimal): -12962999 or 4797242. OLE color: 4797242.

HSL color Cylindrical-coordinate representation of color #3A3349: hue angle of 259.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A3349 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB585173-
CMYK0.210.3000.71
HSL259.09º17.74%24.31%-
HSV(B)259.09º30.14%28.63%-
XYZ4.133.756.81-
YUV55.6137.82129.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 31.87%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=31.87%
G=28.02%
B=40.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5851730.210.3000.71259.0917.7424.31
Hex3A3349151E0471031218
Octal7263111253601074032230
Binary11101011001110010011010111110010001111000000111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3349; }

 p { color: rgb(58,51,73); }

 H1.HeaderClassName
 {
   color: #3A3349;
 }
 .AnyTagClassName
 {
   color: #3A3349;
 }
</style>
background-color css

<style>
 a { background-color: #3A3349; }

 a { background-color: rgb(58,51,73); }

 div.DivClassName
 {
   background-color: #3A3349;
 }
 .BgClassName
 {
   background-color: #3A3349;
 }
</style>
border-color css

<style>
 span { border-color: #3A3349; }

 span { border-color: rgb(58,51,73); }

 td.TdClassName
 {
   border-color: #3A3349;
 }
 .TagClassName
 {
   border-color: #3A3349;
 }
</style>