#222078

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

Shades of Midnight Blue #222078

Tints of Midnight Blue #222078

Color information

#222078 (or 0x222078) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 78. RGB value is (34,32,120). Sum of RGB (Red+Green+Blue) = 34+32+120=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #222078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222078 is #DDDF87. Grayscale: #2A2A2A. Windows color (decimal): -14540680 or 7872546. OLE color: 7872546.

HSL color Cylindrical-coordinate representation of color #222078: hue angle of 241.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #222078 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3432120-
CMYK0.720.7300.53
HSL241.36º57.89%29.8%-
HSV(B)241.36º73.33%47.06%-
XYZ4.572.7318.06-
YUV42.63171.66121.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=18.28%
G=17.20%
B=64.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34321200.720.7300.53241.3657.8929.8
Hex2220784849035f13a1e
Octal42401701101110653617236
Binary10001010000011110001001000100100101101011111000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222078; }

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

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

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

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

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

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

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

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