Html Css Color HEX #40364D Martinique

📋 copy color: '#40364D'

red 64 ◦ green 54 ◦ blue 77

#40364D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #40364D

Tints of Martinique #40364D

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 value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40364D (or 0x40364D) is known color: 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

RGB 64 54 77 -
CMYK 0.17 0.30 0 0.70
HSL 266.09º 0.18% 0.26% -
HSV(B) 266.09º 0.3% 0.3% -
XYZ 4.77 4.26 7.59 -
YUV 59.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 64 54 77 0.17 0.30 0 0.70 266.09 0.18 0.26
Hex 40 36 4D 11 1E 0 46 10A 12 1A
Octal 100 66 115 21 36 0 106 412 22 32
Binary 1000000 110110 1001101 10001 11110 0 1000110 100001010 10010 11010

Color Harmonies of #40364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40364D

Black with #40364D

Text Example


Text Example

White with #40364D

Text Example


Text Example

HTML Codes & Css Web 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>