#403452

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

Shades of Martinique #403452

Tints of Martinique #403452

Color information

#403452 (or 0x403452) is unknown color: approx Martinique. HEX triplet: 40, 34 and 52. RGB value is (64,52,82). Sum of RGB (Red+Green+Blue) = 64+52+82=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #403452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403452 is #BFCBAD. Grayscale: #3A3A3A. Windows color (decimal): -12569518 or 5387328. OLE color: 5387328.

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

Color convert

RGB645282-
CMYK0.220.3700.68
HSL264º22.39%26.27%-
HSV(B)264º36.59%32.16%-
XYZ4.874.168.53-
YUV59.01140.98131.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=32.32%
G=26.26%
B=41.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6452820.220.3700.6826422.3926.27
Hex4034521625044108161a
Octal10064122264501044102632
Binary1000000110100101001010110100101010001001000010001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403452; }

 p { color: rgb(64,52,82); }

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

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

 a { background-color: rgb(64,52,82); }

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

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

 span { border-color: rgb(64,52,82); }

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