#202A41

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

Shades of Midnight Express #202A41

Tints of Midnight Express #202A41

Color information

#202A41 (or 0x202A41) is unknown color: approx Midnight Express. HEX triplet: 20, 2A and 41. RGB value is (32,42,65). Sum of RGB (Red+Green+Blue) = 32+42+65=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #202A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A41 is #DFD5BE. Grayscale: #292929. Windows color (decimal): -14669247 or 4270624. OLE color: 4270624.

HSL color Cylindrical-coordinate representation of color #202A41: hue angle of 221.82º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #202A41 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB324265-
CMYK0.510.3500.75
HSL221.82º34.02%19.02%-
HSV(B)221.82º50.77%25.49%-
XYZ2.382.345.33-
YUV41.63141.19121.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=23.02%
G=30.22%
B=46.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3242650.510.3500.75221.8234.0219.02
Hex202A41332304Bde2213
Octal4052101634301133364223
Binary1000001010101000001110011100011010010111101111010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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