#222D38

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

Shades of Midnight #222D38

Tints of Midnight #222D38

Color information

#222D38 (or 0x222D38) is unknown color: approx Midnight. HEX triplet: 22, 2D and 38. RGB value is (34,45,56). Sum of RGB (Red+Green+Blue) = 34+45+56=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #222D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D38 is #DDD2C7. Grayscale: #2A2A2A. Windows color (decimal): -14537416 or 3681570. OLE color: 3681570.

HSL color Cylindrical-coordinate representation of color #222D38: hue angle of 210º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #222D38 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB344556-
CMYK0.390.2000.78
HSL210º24.44%17.65%-
HSV(B)210º39.29%21.96%-
XYZ2.312.54.1-
YUV42.96135.36121.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.19%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=25.19%
G=33.33%
B=41.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3445560.390.2000.7821024.4417.65
Hex222D38271404Ed21812
Octal425570472401163223022
Binary1000101011011110001001111010001001110110100101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,45,56); }

 H1.HeaderClassName
 {
   color: #222D38;
 }
 .AnyTagClassName
 {
   color: #222D38;
 }
</style>
background-color css

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

 a { background-color: rgb(34,45,56); }

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

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

 span { border-color: rgb(34,45,56); }

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