Html Css Color HEX #222742 Midnight Express

📋 copy color: '#222742'

red 34 ◦ green 39 ◦ blue 66

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

Shades of Midnight Express #222742

Tints of Midnight Express #222742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.06%

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

R = 24.46%
G = 28.06%
B = 47.48%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#222742 (or 0x222742) is known color: Midnight Express. HEX triplet: 22, 27 and 42. RGB value is (34,39,66). Sum of RGB (Red+Green+Blue) = 34+39+66=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #222742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222742 is #DDD8BD. Grayscale: #282828. Windows color (decimal): -14538942 or 4335394. OLE color: 4335394.

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

Color convert

RGB 34 39 66 -
CMYK 0.48 0.41 0 0.74
HSL 230.63º 0.32% 0.2% -
HSV(B) 230.63º 0.48% 0.26% -
XYZ 2.37 2.18 5.45 -
YUV 40.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 34 39 66 0.48 0.41 0 0.74 230.63 0.32 0.2
Hex 22 27 42 30 29 0 4A E7 20 14
Octal 42 47 102 60 51 0 112 347 40 24
Binary 100010 100111 1000010 110000 101001 0 1001010 11100111 100000 10100

Color Harmonies of #222742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222742

Black with #222742

Text Example


Text Example

White with #222742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222742; }

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

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

background-color css

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

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

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

border-color css

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

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

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