#3A324D

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

Shades of Martinique #3A324D

Tints of Martinique #3A324D

Color information

#3A324D (or 0x3A324D) is unknown color: approx Martinique. HEX triplet: 3A, 32 and 4D. RGB value is (58,50,77). Sum of RGB (Red+Green+Blue) = 58+50+77=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A324D is #C5CDB2. Grayscale: #373737. Windows color (decimal): -12963251 or 5059130. OLE color: 5059130.

HSL color Cylindrical-coordinate representation of color #3A324D: hue angle of 257.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A324D is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB585077-
CMYK0.250.3500.70
HSL257.78º21.26%24.9%-
HSV(B)257.78º35.06%30.2%-
XYZ4.233.727.52-
YUV55.47140.15129.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=31.35%
G=27.03%
B=41.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5850770.250.3500.70257.7821.2624.9
Hex3A324D19230461021519
Octal7262115314301064022531
Binary111010110010100110111001100011010001101000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,77); }

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

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

 a { background-color: rgb(58,50,77); }

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

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

 span { border-color: rgb(58,50,77); }

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