#20263C

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

Shades of Midnight Express #20263C

Tints of Midnight Express #20263C

Color information

#20263C (or 0x20263C) is unknown color: approx Midnight Express. HEX triplet: 20, 26 and 3C. RGB value is (32,38,60). Sum of RGB (Red+Green+Blue) = 32+38+60=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #20263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20263C is #DFD9C3. Grayscale: #262626. Windows color (decimal): -14670276 or 3941920. OLE color: 3941920.

HSL color Cylindrical-coordinate representation of color #20263C: hue angle of 227.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #20263C is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB323860-
CMYK0.470.3700.76
HSL227.14º30.43%18.04%-
HSV(B)227.14º46.67%23.53%-
XYZ2.12.024.55-
YUV38.71140.01123.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 60 (23.83% from 255) = 46.15%
R=24.62%
G=29.23%
B=46.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3238600.470.3700.76227.1430.4318.04
Hex20263C2F2504Ce31e12
Octal404674574501143433622
Binary10000010011011110010111110010101001100111000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20263C; }

 p { color: rgb(32,38,60); }

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

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

 a { background-color: rgb(32,38,60); }

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

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

 span { border-color: rgb(32,38,60); }

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