#202B41

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

Shades of Midnight Express #202B41

Tints of Midnight Express #202B41

Color information

#202B41 (or 0x202B41) is unknown color: approx Midnight Express. HEX triplet: 20, 2B and 41. RGB value is (32,43,65). Sum of RGB (Red+Green+Blue) = 32+43+65=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #202B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202B41 is #DFD4BE. Grayscale: #2A2A2A. Windows color (decimal): -14668991 or 4270880. OLE color: 4270880.

HSL color Cylindrical-coordinate representation of color #202B41: hue angle of 220º 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 #202B41 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB324365-
CMYK0.510.3400.75
HSL220º34.02%19.02%-
HSV(B)220º50.77%25.49%-
XYZ2.412.425.34-
YUV42.22140.86120.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=22.86%
G=30.71%
B=46.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3243650.510.3400.7522034.0219.02
Hex202B41332204Bdc2213
Octal4053101634201133344223
Binary1000001010111000001110011100010010010111101110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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