#222D40

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

Shades of Midnight #222D40

Tints of Midnight #222D40

Color information

#222D40 (or 0x222D40) is unknown color: approx Midnight. HEX triplet: 22, 2D and 40. RGB value is (34,45,64). Sum of RGB (Red+Green+Blue) = 34+45+64=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #222D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D40 is #DDD2BF. Grayscale: #2B2B2B. Windows color (decimal): -14537408 or 4205858. OLE color: 4205858.

HSL color Cylindrical-coordinate representation of color #222D40: hue angle of 218º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #222D40 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB344564-
CMYK0.470.3000.75
HSL218º30.61%19.22%-
HSV(B)218º46.88%25.1%-
XYZ2.522.595.22-
YUV43.88139.36120.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 45 (17.97% from 255) = 31.47%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=23.78%
G=31.47%
B=44.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3445640.470.3000.7521830.6119.22
Hex222D402F1E04Bda1f13
Octal4255100573601133323723
Binary10001010110110000001011111111001001011110110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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