#222F3B

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

Shades of Midnight #222F3B

Tints of Midnight #222F3B

Color information

#222F3B (or 0x222F3B) is unknown color: approx Midnight. HEX triplet: 22, 2F and 3B. RGB value is (34,47,59). Sum of RGB (Red+Green+Blue) = 34+47+59=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #222F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F3B is #DDD0C4. Grayscale: #2C2C2C. Windows color (decimal): -14536901 or 3878690. OLE color: 3878690.

HSL color Cylindrical-coordinate representation of color #222F3B: hue angle of 208.8º 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 #222F3B is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB344759-
CMYK0.420.2000.77
HSL208.8º26.88%18.24%-
HSV(B)208.8º42.37%23.14%-
XYZ2.472.694.53-
YUV44.48136.19120.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=24.29%
G=33.57%
B=42.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3447590.420.2000.77208.826.8818.24
Hex222F3B2A1404Dd11b12
Octal425773522401153213322
Binary1000101011111110111010101010001001101110100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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