#20263F

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

Shades of Midnight Express #20263F

Tints of Midnight Express #20263F

Color information

#20263F (or 0x20263F) is unknown color: approx Midnight Express. HEX triplet: 20, 26 and 3F. RGB value is (32,38,63). Sum of RGB (Red+Green+Blue) = 32+38+63=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #20263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20263F is #DFD9C0. Grayscale: #262626. Windows color (decimal): -14670273 or 4138528. OLE color: 4138528.

HSL color Cylindrical-coordinate representation of color #20263F: hue angle of 228.39º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #20263F is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB323863-
CMYK0.490.4000.75
HSL228.39º32.63%18.63%-
HSV(B)228.39º49.21%24.71%-
XYZ2.192.054.98-
YUV39.06141.51122.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 63 (25% from 255) = 47.37%
R=24.06%
G=28.57%
B=47.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3238630.490.4000.75228.3932.6318.63
Hex20263F312804Be42113
Octal404677615001133444123
Binary100000100110111111110001101000010010111110010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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