Html Css Color HEX #292E40 Midnight Express

📋 copy color: '#292E40'

red 41 ◦ green 46 ◦ blue 64

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

Shades of Midnight Express #292E40

Tints of Midnight Express #292E40

RGB

 RED value IS 41 (16.41% from 255) = 27.15%

 GREEN value IS 46 (18.36% from 255) = 30.46%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 27.15%
G = 30.46%
B = 42.38%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#292E40 (or 0x292E40) is known color: Midnight Express. HEX triplet: 29, 2E and 40. RGB value is (41,46,64). Sum of RGB (Red+Green+Blue) = 41+46+64=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #292E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E40 is #D6D1BF. Grayscale: #2E2E2E. Windows color (decimal): -14078400 or 4206121. OLE color: 4206121.

HSL color Cylindrical-coordinate representation of color #292E40: hue angle of 226.96º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #292E40 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 46 64 -
CMYK 0.36 0.28 0 0.75
HSL 226.96º 0.22% 0.21% -
HSV(B) 226.96º 0.36% 0.25% -
XYZ 2.82 2.8 5.24 -
YUV 46.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 41 46 64 0.36 0.28 0 0.75 226.96 0.22 0.21
Hex 29 2E 40 24 1C 0 4B E3 16 15
Octal 51 56 100 44 34 0 113 343 26 25
Binary 101001 101110 1000000 100100 11100 0 1001011 11100011 10110 10101

Color Harmonies of #292E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E40

Black with #292E40

Text Example


Text Example

White with #292E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292E40; }

 p { color: rgb(41,46,64); }

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

background-color css

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

 a { background-color: rgb(41,46,64); }

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

border-color css

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

 span { border-color: rgb(41,46,64); }

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