#222D3B

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

Shades of Midnight #222D3B

Tints of Midnight #222D3B

Color information

#222D3B (or 0x222D3B) is unknown color: approx Midnight. HEX triplet: 22, 2D and 3B. RGB value is (34,45,59). Sum of RGB (Red+Green+Blue) = 34+45+59=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 59 - color contains mainly: blue. Hex color #222D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D3B is #DDD2C4. Grayscale: #2B2B2B. Windows color (decimal): -14537413 or 3878178. OLE color: 3878178.

HSL color Cylindrical-coordinate representation of color #222D3B: hue angle of 213.6º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #222D3B is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB344559-
CMYK0.420.2400.77
HSL213.6º26.88%18.24%-
HSV(B)213.6º42.37%23.14%-
XYZ2.392.534.5-
YUV43.31136.86121.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.64%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=24.64%
G=32.61%
B=42.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3445590.420.2400.77213.626.8818.24
Hex222D3B2A1804Dd61b12
Octal425573523001153263322
Binary1000101011011110111010101100001001101110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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