#3E344F

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

Shades of Martinique #3E344F

Tints of Martinique #3E344F

Color information

#3E344F (or 0x3E344F) is unknown color: approx Martinique. HEX triplet: 3E, 34 and 4F. RGB value is (62,52,79). Sum of RGB (Red+Green+Blue) = 62+52+79=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E344F is #C1CBB0. Grayscale: #393939. Windows color (decimal): -12700593 or 5190718. OLE color: 5190718.

HSL color Cylindrical-coordinate representation of color #3E344F: hue angle of 262.22º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E344F is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB625279-
CMYK0.220.3400.69
HSL262.22º20.61%25.69%-
HSV(B)262.22º34.18%30.98%-
XYZ4.634.047.93-
YUV58.07139.81130.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.12%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=32.12%
G=26.94%
B=40.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6252790.220.3400.69262.2220.6125.69
Hex3E344F1622045106151a
Octal7664117264201054062532
Binary111110110100100111110110100010010001011000001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,52,79); }

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

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

 a { background-color: rgb(62,52,79); }

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

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

 span { border-color: rgb(62,52,79); }

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