#40354F

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

Shades of Martinique #40354F

Tints of Martinique #40354F

Color information

#40354F (or 0x40354F) is unknown color: approx Martinique. HEX triplet: 40, 35 and 4F. RGB value is (64,53,79). Sum of RGB (Red+Green+Blue) = 64+53+79=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #40354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40354F is #BFCAB0. Grayscale: #3B3B3B. Windows color (decimal): -12569265 or 5190976. OLE color: 5190976.

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

Color convert

RGB645379-
CMYK0.190.3300.69
HSL265.38º19.7%25.88%-
HSV(B)265.38º32.91%30.98%-
XYZ4.84.27.96-
YUV59.25139.14131.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=32.65%
G=27.04%
B=40.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6453790.190.3300.69265.3819.725.88
Hex40354F1321045109141a
Octal10065117234101054112432
Binary1000000110101100111110011100001010001011000010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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