#3E354D

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

Shades of Martinique #3E354D

Tints of Martinique #3E354D

Color information

#3E354D (or 0x3E354D) is unknown color: approx Martinique. HEX triplet: 3E, 35 and 4D. RGB value is (62,53,77). Sum of RGB (Red+Green+Blue) = 62+53+77=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E354D is #C1CAB2. Grayscale: #3A3A3A. Windows color (decimal): -12700339 or 5059902. OLE color: 5059902.

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

Color convert

RGB625377-
CMYK0.190.3100.70
HSL262.5º18.46%25.49%-
HSV(B)262.5º31.17%30.2%-
XYZ4.64.117.57-
YUV58.43138.48130.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=32.29%
G=27.60%
B=40.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6253770.190.3100.70262.518.4625.49
Hex3E354D131F0461061219
Octal7665115233701064062231
Binary11111011010110011011001111111010001101000001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,53,77); }

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

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

 a { background-color: rgb(62,53,77); }

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

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

 span { border-color: rgb(62,53,77); }

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