Html Css Color HEX #403550 Martinique

📋 copy color: '#403550'

red 64 ◦ green 53 ◦ blue 80

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

Shades of Martinique #403550

Tints of Martinique #403550

RGB

 RED value IS 64 (25.39% from 255) = 32.49%

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 32.49%
G = 26.9%
B = 40.61%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#403550 (or 0x403550) is known color: Martinique. HEX triplet: 40, 35 and 50. RGB value is (64,53,80). Sum of RGB (Red+Green+Blue) = 64+53+80=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #403550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403550 is #BFCAAF. Grayscale: #3B3B3B. Windows color (decimal): -12569264 or 5256512. OLE color: 5256512.

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

Color convert

RGB 64 53 80 -
CMYK 0.20 0.34 0 0.69
HSL 264.44º 0.2% 0.26% -
HSV(B) 264.44º 0.34% 0.31% -
XYZ 4.84 4.22 8.15 -
YUV 59.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 64 53 80 0.20 0.34 0 0.69 264.44 0.2 0.26
Hex 40 35 50 14 22 0 45 108 14 1A
Octal 100 65 120 24 42 0 105 410 24 32
Binary 1000000 110101 1010000 10100 100010 0 1000101 100001000 10100 11010

Color Harmonies of #403550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403550

Black with #403550

Text Example


Text Example

White with #403550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403550; }

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

 H1.HeaderClassName
 {
   color: #403550;
 }
 .AnyTagClassName
 {
   color: #403550;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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