#20223A

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

Shades of Midnight Express #20223A

Tints of Midnight Express #20223A

Color information

#20223A (or 0x20223A) is unknown color: approx Midnight Express. HEX triplet: 20, 22 and 3A. RGB value is (32,34,58). Sum of RGB (Red+Green+Blue) = 32+34+58=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #20223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20223A is #DFDDC5. Grayscale: #242424. Windows color (decimal): -14671302 or 3809824. OLE color: 3809824.

HSL color Cylindrical-coordinate representation of color #20223A: hue angle of 235.38º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #20223A is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB323458-
CMYK0.450.4100.77
HSL235.38º28.89%17.65%-
HSV(B)235.38º44.83%22.75%-
XYZ1.931.764.24-
YUV36.14140.34125.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.81%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 58 (23.05% from 255) = 46.77%
R=25.81%
G=27.42%
B=46.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3234580.450.4100.77235.3828.8917.65
Hex20223A2D2904Deb1d12
Octal404272555101153533522
Binary10000010001011101010110110100101001101111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20223A; }

 p { color: rgb(32,34,58); }

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

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

 a { background-color: rgb(32,34,58); }

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

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

 span { border-color: rgb(32,34,58); }

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