Html Css Color HEX #202840 Midnight Express

📋 copy color: '#202840'

red 32 ◦ green 40 ◦ blue 64

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

Shades of Midnight Express #202840

Tints of Midnight Express #202840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.41%

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

R = 23.53%
G = 29.41%
B = 47.06%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#202840 (or 0x202840) is known color: Midnight Express. HEX triplet: 20, 28 and 40. RGB value is (32,40,64). Sum of RGB (Red+Green+Blue) = 32+40+64=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #202840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202840 is #DFD7BF. Grayscale: #282828. Windows color (decimal): -14669760 or 4204576. OLE color: 4204576.

HSL color Cylindrical-coordinate representation of color #202840: hue angle of 225º 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 #202840 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 40 64 -
CMYK 0.50 0.38 0 0.75
HSL 225º 0.33% 0.19% -
HSV(B) 225º 0.5% 0.25% -
XYZ 2.28 2.19 5.15 -
YUV 40.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 32 40 64 0.50 0.38 0 0.75 225 0.33 0.19
Hex 20 28 40 32 26 0 4B E1 21 13
Octal 40 50 100 62 46 0 113 341 41 23
Binary 100000 101000 1000000 110010 100110 0 1001011 11100001 100001 10011

Color Harmonies of #202840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202840

Black with #202840

Text Example


Text Example

White with #202840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202840; }

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

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

background-color css

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

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

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

border-color css

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

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

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