Html Css Color HEX #222B42 Midnight Express

📋 copy color: '#222B42'

red 34 ◦ green 43 ◦ blue 66

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

Shades of Midnight Express #222B42

Tints of Midnight Express #222B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.07%

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 23.78%
G = 30.07%
B = 46.15%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#222B42 (or 0x222B42) is known color: Midnight Express. HEX triplet: 22, 2B and 42. RGB value is (34,43,66). Sum of RGB (Red+Green+Blue) = 34+43+66=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #222B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222B42 is #DDD4BD. Grayscale: #2A2A2A. Windows color (decimal): -14537918 or 4336418. OLE color: 4336418.

HSL color Cylindrical-coordinate representation of color #222B42: hue angle of 223.12º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #222B42 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 34 43 66 -
CMYK 0.48 0.35 0 0.74
HSL 223.13º 0.32% 0.2% -
HSV(B) 223.13º 0.48% 0.26% -
XYZ 2.51 2.46 5.5 -
YUV 42.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 34 43 66 0.48 0.35 0 0.74 223.13 0.32 0.2
Hex 22 2B 42 30 23 0 4A DF 20 14
Octal 42 53 102 60 43 0 112 337 40 24
Binary 100010 101011 1000010 110000 100011 0 1001010 11011111 100000 10100

Color Harmonies of #222B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222B42

Black with #222B42

Text Example


Text Example

White with #222B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,43,66); }

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

background-color css

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

 a { background-color: rgb(34,43,66); }

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

border-color css

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

 span { border-color: rgb(34,43,66); }

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