Html Css Color HEX #222535 Midnight Express

📋 copy color: '#222535'

red 34 ◦ green 37 ◦ blue 53

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

Shades of Midnight Express #222535

Tints of Midnight Express #222535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.84%

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 27.42%
G = 29.84%
B = 42.74%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#222535 (or 0x222535) is known color: Midnight Express. HEX triplet: 22, 25 and 35. RGB value is (34,37,53). Sum of RGB (Red+Green+Blue) = 34+37+53=124 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.42% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #222535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222535 is #DDDACA. Grayscale: #252525. Windows color (decimal): -14539467 or 3482914. OLE color: 3482914.

HSL color Cylindrical-coordinate representation of color #222535: hue angle of 230.53º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #222535 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 34 37 53 -
CMYK 0.36 0.30 0 0.79
HSL 230.53º 0.22% 0.17% -
HSV(B) 230.53º 0.36% 0.21% -
XYZ 1.96 1.92 3.64 -
YUV 37.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 34 37 53 0.36 0.30 0 0.79 230.53 0.22 0.17
Hex 22 25 35 24 1E 0 4F E7 16 11
Octal 42 45 65 44 36 0 117 347 26 21
Binary 100010 100101 110101 100100 11110 0 1001111 11100111 10110 10001

Color Harmonies of #222535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222535

Black with #222535

Text Example


Text Example

White with #222535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222535; }

 p { color: rgb(34,37,53); }

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

background-color css

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

 a { background-color: rgb(34,37,53); }

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

border-color css

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

 span { border-color: rgb(34,37,53); }

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