#3A3649

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

Shades of Martinique #3A3649

Tints of Martinique #3A3649

Color information

#3A3649 (or 0x3A3649) is unknown color: approx Martinique. HEX triplet: 3A, 36 and 49. RGB value is (58,54,73). Sum of RGB (Red+Green+Blue) = 58+54+73=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A3649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3649 is #C5C9B6. Grayscale: #393939. Windows color (decimal): -12962231 or 4798010. OLE color: 4798010.

HSL color Cylindrical-coordinate representation of color #3A3649: hue angle of 252.63º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A3649 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB585473-
CMYK0.210.2600.71
HSL252.63º14.96%24.9%-
HSV(B)252.63º26.03%28.63%-
XYZ4.274.026.85-
YUV57.36136.83128.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=31.35%
G=29.19%
B=39.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5854730.210.2600.71252.6314.9624.9
Hex3A3649151A047fdf19
Octal7266111253201073751731
Binary111010110110100100110101110100100011111111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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