Html Css Color HEX #222A39 Midnight Express

📋 copy color: '#222A39'

red 34 ◦ green 42 ◦ blue 57

#222A39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #222A39

Tints of Midnight Express #222A39

RGB

 RED value IS 34 (13.67% from 255) = 25.56%

 GREEN value IS 42 (16.8% from 255) = 31.58%

 BLUE value IS 57 (22.66% from 255) = 42.86%

R = 25.56%
G = 31.58%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#222A39 (or 0x222A39) is known color: Midnight Express. HEX triplet: 22, 2A and 39. RGB value is (34,42,57). Sum of RGB (Red+Green+Blue) = 34+42+57=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #222A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222A39 is #DDD5C6. Grayscale: #292929. Windows color (decimal): -14538183 or 3746338. OLE color: 3746338.

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

Color convert

RGB 34 42 57 -
CMYK 0.40 0.26 0 0.78
HSL 219.13º 0.25% 0.18% -
HSV(B) 219.13º 0.4% 0.22% -
XYZ 2.23 2.29 4.2 -
YUV 41.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 34 42 57 0.40 0.26 0 0.78 219.13 0.25 0.18
Hex 22 2A 39 28 1A 0 4E DB 19 12
Octal 42 52 71 50 32 0 116 333 31 22
Binary 100010 101010 111001 101000 11010 0 1001110 11011011 11001 10010

Color Harmonies of #222A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222A39

Black with #222A39

Text Example


Text Example

White with #222A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #222A39;
 }
 .AnyTagClassName
 {
   color: #222A39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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