#3C314D

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

Shades of Martinique #3C314D

Tints of Martinique #3C314D

Color information

#3C314D (or 0x3C314D) is unknown color: approx Martinique. HEX triplet: 3C, 31 and 4D. RGB value is (60,49,77). Sum of RGB (Red+Green+Blue) = 60+49+77=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C314D is #C3CEB2. Grayscale: #373737. Windows color (decimal): -12832435 or 5058876. OLE color: 5058876.

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

Color convert

RGB604977-
CMYK0.220.3600.70
HSL263.57º22.22%24.71%-
HSV(B)263.57º36.36%30.2%-
XYZ4.33.697.51-
YUV55.48140.14131.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.26%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=32.26%
G=26.34%
B=41.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6049770.220.3600.70263.5722.2224.71
Hex3C314D16240461081619
Octal7461115264401064102631
Binary111100110001100110110110100100010001101000010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,77); }

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

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

 a { background-color: rgb(60,49,77); }

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

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

 span { border-color: rgb(60,49,77); }

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