Html Css Color HEX #40384A Martinique

📋 copy color: '#40384A'

red 64 ◦ green 56 ◦ blue 74

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

Shades of Martinique #40384A

Tints of Martinique #40384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 32.99%
G = 28.87%
B = 38.14%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40384A (or 0x40384A) is known color: Martinique. HEX triplet: 40, 38 and 4A. RGB value is (64,56,74). Sum of RGB (Red+Green+Blue) = 64+56+74=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #40384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40384A is #BFC7B5. Grayscale: #3C3C3C. Windows color (decimal): -12568502 or 4864064. OLE color: 4864064.

HSL color Cylindrical-coordinate representation of color #40384A: hue angle of 266.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #40384A is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 56 74 -
CMYK 0.14 0.24 0 0.71
HSL 266.67º 0.14% 0.25% -
HSV(B) 266.67º 0.24% 0.29% -
XYZ 4.76 4.41 7.08 -
YUV 60.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 64 56 74 0.14 0.24 0 0.71 266.67 0.14 0.25
Hex 40 38 4A E 18 0 47 10B E 19
Octal 100 70 112 16 30 0 107 413 16 31
Binary 1000000 111000 1001010 1110 11000 0 1000111 100001011 1110 11001

Color Harmonies of #40384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40384A

Black with #40384A

Text Example


Text Example

White with #40384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40384A; }

 p { color: rgb(64,56,74); }

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

background-color css

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

 a { background-color: rgb(64,56,74); }

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

border-color css

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

 span { border-color: rgb(64,56,74); }

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