#3C324B

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

Shades of Martinique #3C324B

Tints of Martinique #3C324B

Color information

#3C324B (or 0x3C324B) is unknown color: approx Martinique. HEX triplet: 3C, 32 and 4B. RGB value is (60,50,75). Sum of RGB (Red+Green+Blue) = 60+50+75=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C324B is #C3CDB4. Grayscale: #373737. Windows color (decimal): -12832181 or 4928060. OLE color: 4928060.

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

Color convert

RGB605075-
CMYK0.200.3300.71
HSL264º20%24.51%-
HSV(B)264º33.33%29.41%-
XYZ4.273.757.16-
YUV55.84138.81130.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=32.43%
G=27.03%
B=40.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6050750.200.3300.712642024.51
Hex3C324B14210471081419
Octal7462113244101074102431
Binary111100110010100101110100100001010001111000010001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,75); }

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

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

 a { background-color: rgb(60,50,75); }

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

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

 span { border-color: rgb(60,50,75); }

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