#222535

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

Shades of Midnight Express #222535

Tints of Midnight Express #222535

Color information

#222535 (or 0x222535) is unknown color: approx 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

RGB343753-
CMYK0.360.3000.79
HSL230.53º21.84%17.06%-
HSV(B)230.53º35.85%20.78%-
XYZ1.961.923.64-
YUV37.93136.51125.2-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3437530.360.3000.79230.5321.8417.06
Hex222535241E04Fe71611
Octal424565443601173472621
Binary1000101001011101011001001111001001111111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>