#202E41

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

Shades of Midnight #202E41

Tints of Midnight #202E41

Color information

#202E41 (or 0x202E41) is unknown color: approx Midnight. HEX triplet: 20, 2E and 41. RGB value is (32,46,65). Sum of RGB (Red+Green+Blue) = 32+46+65=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #202E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E41 is #DFD1BE. Grayscale: #2B2B2B. Windows color (decimal): -14668223 or 4271648. OLE color: 4271648.

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

Color convert

RGB324665-
CMYK0.510.2900.75
HSL214.55º34.02%19.02%-
HSV(B)214.55º50.77%25.49%-
XYZ2.532.645.38-
YUV43.98139.86119.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.38%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=22.38%
G=32.17%
B=45.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3246650.510.2900.75214.5534.0219.02
Hex202E41331D04Bd72213
Octal4056101633501133274223
Binary100000101110100000111001111101010010111101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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