#222070

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

Shades of Midnight Blue #222070

Tints of Midnight Blue #222070

Color information

#222070 (or 0x222070) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 70. RGB value is (34,32,112). Sum of RGB (Red+Green+Blue) = 34+32+112=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #222070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222070 is #DDDF8F. Grayscale: #292929. Windows color (decimal): -14540688 or 7348258. OLE color: 7348258.

HSL color Cylindrical-coordinate representation of color #222070: hue angle of 241.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #222070 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3432112-
CMYK0.700.7100.56
HSL241.5º55.56%28.24%-
HSV(B)241.5º71.43%43.92%-
XYZ4.12.5415.6-
YUV41.72167.66122.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.10%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 112 (44.14% from 255) = 62.92%
R=19.10%
G=17.98%
B=62.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34321120.700.7100.56241.555.5628.24
Hex2220704647038f2381c
Octal42401601061070703627034
Binary10001010000011100001000110100011101110001111001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222070; }

 p { color: rgb(34,32,112); }

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

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

 a { background-color: rgb(34,32,112); }

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

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

 span { border-color: rgb(34,32,112); }

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