#20223B

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

Shades of Midnight Express #20223B

Tints of Midnight Express #20223B

Color information

#20223B (or 0x20223B) is unknown color: approx Midnight Express. HEX triplet: 20, 22 and 3B. RGB value is (32,34,59). Sum of RGB (Red+Green+Blue) = 32+34+59=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 59 - color contains mainly: blue. Hex color #20223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20223B is #DFDDC4. Grayscale: #242424. Windows color (decimal): -14671301 or 3875360. OLE color: 3875360.

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

Color convert

RGB323459-
CMYK0.460.4200.77
HSL235.56º29.67%17.84%-
HSV(B)235.56º45.76%23.14%-
XYZ1.961.774.38-
YUV36.25140.84124.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.6%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 59 (23.44% from 255) = 47.2%
R=25.6%
G=27.2%
B=47.2%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3234590.460.4200.77235.5629.6717.84
Hex20223B2E2A04Dec1e12
Octal404273565201153543622
Binary10000010001011101110111010101001001101111011001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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