#222F40

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

Shades of Midnight #222F40

Tints of Midnight #222F40

Color information

#222F40 (or 0x222F40) is unknown color: approx Midnight. HEX triplet: 22, 2F and 40. RGB value is (34,47,64). Sum of RGB (Red+Green+Blue) = 34+47+64=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #222F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F40 is #DDD0BF. Grayscale: #2C2C2C. Windows color (decimal): -14536896 or 4206370. OLE color: 4206370.

HSL color Cylindrical-coordinate representation of color #222F40: hue angle of 214º 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 #222F40 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB344764-
CMYK0.470.2700.75
HSL214º30.61%19.22%-
HSV(B)214º46.88%25.1%-
XYZ2.62.745.24-
YUV45.05138.69120.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=23.45%
G=32.41%
B=44.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3447640.470.2700.7521430.6119.22
Hex222F402F1B04Bd61f13
Octal4257100573301133263723
Binary10001010111110000001011111101101001011110101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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