#202540

Color #202540 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #202540

Tints of Midnight Express #202540

Color information

#202540 (or 0x202540) is unknown color: approx Midnight Express. HEX triplet: 20, 25 and 40. RGB value is (32,37,64). Sum of RGB (Red+Green+Blue) = 32+37+64=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #202540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202540 is #DFDABF. Grayscale: #262626. Windows color (decimal): -14670528 or 4203808. OLE color: 4203808.

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

Color convert

RGB323764-
CMYK0.500.4200.75
HSL230.62º33.33%18.82%-
HSV(B)230.62º50%25.1%-
XYZ2.1825.12-
YUV38.58142.34123.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=24.06%
G=27.82%
B=48.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3237640.500.4200.75230.6233.3318.82
Hex202540322A04Be72113
Octal4045100625201133474123
Binary1000001001011000000110010101010010010111110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202540; }

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

 H1.HeaderClassName
 {
   color: #202540;
 }
 .AnyTagClassName
 {
   color: #202540;
 }
</style>
background-color css

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

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

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

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

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

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