#202541

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

Shades of Midnight Express #202541

Tints of Midnight Express #202541

Color information

#202541 (or 0x202541) is unknown color: approx Midnight Express. HEX triplet: 20, 25 and 41. RGB value is (32,37,65). Sum of RGB (Red+Green+Blue) = 32+37+65=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #202541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202541 is #DFDABE. Grayscale: #262626. Windows color (decimal): -14670527 or 4269344. OLE color: 4269344.

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

Color convert

RGB323765-
CMYK0.510.4300.75
HSL230.91º34.02%19.02%-
HSV(B)230.91º50.77%25.49%-
XYZ2.212.015.27-
YUV38.7142.84123.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=23.88%
G=27.61%
B=48.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3237650.510.4300.75230.9134.0219.02
Hex202541332B04Be72213
Octal4045101635301133474223
Binary1000001001011000001110011101011010010111110011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202541; }

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

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

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

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

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

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

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

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