#202A42

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

Shades of Midnight Express #202A42

Tints of Midnight Express #202A42

Color information

#202A42 (or 0x202A42) is unknown color: approx Midnight Express. HEX triplet: 20, 2A and 42. RGB value is (32,42,66). Sum of RGB (Red+Green+Blue) = 32+42+66=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #202A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A42 is #DFD5BD. Grayscale: #292929. Windows color (decimal): -14669246 or 4336160. OLE color: 4336160.

HSL color Cylindrical-coordinate representation of color #202A42: hue angle of 222.35º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #202A42 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB324266-
CMYK0.520.3600.74
HSL222.35º34.69%19.22%-
HSV(B)222.35º51.52%25.88%-
XYZ2.412.365.48-
YUV41.75141.69121.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 66 (26.17% from 255) = 47.14%
R=22.86%
G=30%
B=47.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3242660.520.3600.74222.3534.6919.22
Hex202A42342404Ade2313
Octal4052102644401123364323
Binary1000001010101000010110100100100010010101101111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202A42; }

 p { color: rgb(32,42,66); }

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

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

 a { background-color: rgb(32,42,66); }

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

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

 span { border-color: rgb(32,42,66); }

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