#40364F

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

Shades of Martinique #40364F

Tints of Martinique #40364F

Color information

#40364F (or 0x40364F) is unknown color: approx Martinique. HEX triplet: 40, 36 and 4F. RGB value is (64,54,79). Sum of RGB (Red+Green+Blue) = 64+54+79=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #40364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40364F is #BFC9B0. Grayscale: #3B3B3B. Windows color (decimal): -12569009 or 5191232. OLE color: 5191232.

HSL color Cylindrical-coordinate representation of color #40364F: hue angle of 264º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #40364F is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB645479-
CMYK0.190.3200.69
HSL264º18.8%26.08%-
HSV(B)264º31.65%30.98%-
XYZ4.844.297.97-
YUV59.84138.81130.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=32.49%
G=27.41%
B=40.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6454790.190.3200.6926418.826.08
Hex40364F1320045108131a
Octal10066117234001054102332
Binary1000000110110100111110011100000010001011000010001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40364F; }

 p { color: rgb(64,54,79); }

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

<style>
 a { background-color: #40364F; }

 a { background-color: rgb(64,54,79); }

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

<style>
 span { border-color: #40364F; }

 span { border-color: rgb(64,54,79); }

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