#40364D

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

Shades of Martinique #40364D

Tints of Martinique #40364D

Color information

#40364D (or 0x40364D) is unknown color: approx Martinique. HEX triplet: 40, 36 and 4D. RGB value is (64,54,77). Sum of RGB (Red+Green+Blue) = 64+54+77=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #40364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40364D is #BFC9B2. Grayscale: #3B3B3B. Windows color (decimal): -12569011 or 5060160. OLE color: 5060160.

HSL color Cylindrical-coordinate representation of color #40364D: hue angle of 266.09º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40364D is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB645477-
CMYK0.170.3000.70
HSL266.09º17.56%25.69%-
HSV(B)266.09º29.87%30.2%-
XYZ4.774.267.59-
YUV59.61137.81131.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=32.82%
G=27.69%
B=39.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6454770.170.3000.70266.0917.5625.69
Hex40364D111E04610a121a
Octal10066115213601064122232
Binary100000011011010011011000111110010001101000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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