#222640

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

Shades of Midnight Express #222640

Tints of Midnight Express #222640

Color information

#222640 (or 0x222640) is unknown color: approx Midnight Express. HEX triplet: 22, 26 and 40. RGB value is (34,38,64). Sum of RGB (Red+Green+Blue) = 34+38+64=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #222640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222640 is #DDD9BF. Grayscale: #272727. Windows color (decimal): -14539200 or 4204066. OLE color: 4204066.

HSL color Cylindrical-coordinate representation of color #222640: hue angle of 232º 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 #222640 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB343864-
CMYK0.470.4100.75
HSL232º30.61%19.22%-
HSV(B)232º46.88%25.1%-
XYZ2.282.15.14-
YUV39.77141.67123.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=25%
G=27.94%
B=47.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3438640.470.4100.7523230.6119.22
Hex2226402F2904Be81f13
Octal4246100575101133503723
Binary100010100110100000010111110100101001011111010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222640; }

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

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

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

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

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

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

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

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