Html Css Color HEX #202440 Midnight Express

📋 copy color: '#202440'

red 32 ◦ green 36 ◦ blue 64

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

Shades of Midnight Express #202440

Tints of Midnight Express #202440

RGB

 RED value IS 32 (12.89% from 255) = 24.24%

 GREEN value IS 36 (14.45% from 255) = 27.27%

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

R = 24.24%
G = 27.27%
B = 48.48%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#202440 (or 0x202440) is known color: Midnight Express. HEX triplet: 20, 24 and 40. RGB value is (32,36,64). Sum of RGB (Red+Green+Blue) = 32+36+64=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #202440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202440 is #DFDBBF. Grayscale: #252525. Windows color (decimal): -14670784 or 4203552. OLE color: 4203552.

HSL color Cylindrical-coordinate representation of color #202440: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #202440 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 36 64 -
CMYK 0.50 0.44 0 0.75
HSL 232.5º 0.33% 0.19% -
HSV(B) 232.5º 0.5% 0.25% -
XYZ 2.15 1.94 5.11 -
YUV 38 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 32 36 64 0.50 0.44 0 0.75 232.5 0.33 0.19
Hex 20 24 40 32 2C 0 4B E8 21 13
Octal 40 44 100 62 54 0 113 350 41 23
Binary 100000 100100 1000000 110010 101100 0 1001011 11101000 100001 10011

Color Harmonies of #202440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202440

Black with #202440

Text Example


Text Example

White with #202440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202440; }

 p { color: rgb(32,36,64); }

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

background-color css

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

 a { background-color: rgb(32,36,64); }

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

border-color css

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

 span { border-color: rgb(32,36,64); }

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