#222940

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

Shades of Midnight Express #222940

Tints of Midnight Express #222940

Color information

#222940 (or 0x222940) is unknown color: approx Midnight Express. HEX triplet: 22, 29 and 40. RGB value is (34,41,64). Sum of RGB (Red+Green+Blue) = 34+41+64=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #222940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222940 is #DDD6BF. Grayscale: #292929. Windows color (decimal): -14538432 or 4204834. OLE color: 4204834.

HSL color Cylindrical-coordinate representation of color #222940: hue angle of 226º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #222940 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB344164-
CMYK0.470.3600.75
HSL226º30.61%19.22%-
HSV(B)226º46.88%25.1%-
XYZ2.382.35.17-
YUV41.53140.68122.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 41 (16.41% from 255) = 29.50%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=24.46%
G=29.50%
B=46.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3441640.470.3600.7522630.6119.22
Hex2229402F2404Be21f13
Octal4251100574401133423723
Binary100010101001100000010111110010001001011111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222940; }

 p { color: rgb(34,41,64); }

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

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

 a { background-color: rgb(34,41,64); }

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

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

 span { border-color: rgb(34,41,64); }

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