#222A38

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

Shades of Midnight Express #222A38

Tints of Midnight Express #222A38

Color information

#222A38 (or 0x222A38) is unknown color: approx Midnight Express. HEX triplet: 22, 2A and 38. RGB value is (34,42,56). Sum of RGB (Red+Green+Blue) = 34+42+56=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #222A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222A38 is #DDD5C7. Grayscale: #292929. Windows color (decimal): -14538184 or 3680802. OLE color: 3680802.

HSL color Cylindrical-coordinate representation of color #222A38: hue angle of 218.18º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #222A38 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB344256-
CMYK0.390.2500.78
HSL218.18º24.44%17.65%-
HSV(B)218.18º39.29%21.96%-
XYZ2.22.284.07-
YUV41.2136.35122.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.76%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=25.76%
G=31.82%
B=42.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3442560.390.2500.78218.1824.4417.65
Hex222A38271904Eda1812
Octal425270473101163323022
Binary1000101010101110001001111100101001110110110101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222A38; }

 p { color: rgb(34,42,56); }

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

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

 a { background-color: rgb(34,42,56); }

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

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

 span { border-color: rgb(34,42,56); }

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