Html Css Color HEX #40384B Martinique

📋 copy color: '#40384B'

red 64 ◦ green 56 ◦ blue 75

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

Shades of Martinique #40384B

Tints of Martinique #40384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.46%

R = 32.82%
G = 28.72%
B = 38.46%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40384B (or 0x40384B) is known color: Martinique. HEX triplet: 40, 38 and 4B. RGB value is (64,56,75). Sum of RGB (Red+Green+Blue) = 64+56+75=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #40384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40384B is #BFC7B4. Grayscale: #3C3C3C. Windows color (decimal): -12568501 or 4929600. OLE color: 4929600.

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

Color convert

RGB 64 56 75 -
CMYK 0.15 0.25 0 0.71
HSL 265.26º 0.15% 0.26% -
HSV(B) 265.26º 0.25% 0.29% -
XYZ 4.8 4.43 7.26 -
YUV 60.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 64 56 75 0.15 0.25 0 0.71 265.26 0.15 0.26
Hex 40 38 4B F 19 0 47 109 F 1A
Octal 100 70 113 17 31 0 107 411 17 32
Binary 1000000 111000 1001011 1111 11001 0 1000111 100001001 1111 11010

Color Harmonies of #40384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40384B

Black with #40384B

Text Example


Text Example

White with #40384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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