#222A71

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

Shades of Midnight Blue #222A71

Tints of Midnight Blue #222A71

Color information

#222A71 (or 0x222A71) is unknown color: approx Midnight Blue. HEX triplet: 22, 2A and 71. RGB value is (34,42,113). Sum of RGB (Red+Green+Blue) = 34+42+113=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #222A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222A71 is #DDD58E. Grayscale: #2F2F2F. Windows color (decimal): -14538127 or 7416354. OLE color: 7416354.

HSL color Cylindrical-coordinate representation of color #222A71: hue angle of 233.92º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #222A71 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3442113-
CMYK0.700.6300.56
HSL233.92º53.74%28.82%-
HSV(B)233.92º69.91%44.31%-
XYZ4.473.1916-
YUV47.7164.85118.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.99%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=17.99%
G=22.22%
B=59.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34421130.700.6300.56233.9253.7428.82
Hex222A71463F038ea361d
Octal4252161106770703526635
Binary1000101010101110001100011011111101110001110101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,42,113); }

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

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

 a { background-color: rgb(34,42,113); }

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

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

 span { border-color: rgb(34,42,113); }

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