#222077

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

Shades of Midnight Blue #222077

Tints of Midnight Blue #222077

Color information

#222077 (or 0x222077) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 77. RGB value is (34,32,119). Sum of RGB (Red+Green+Blue) = 34+32+119=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #222077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222077 is #DDDF88. Grayscale: #2A2A2A. Windows color (decimal): -14540681 or 7807010. OLE color: 7807010.

HSL color Cylindrical-coordinate representation of color #222077: hue angle of 241.38º 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 #222077 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3432119-
CMYK0.710.7300.53
HSL241.38º57.62%29.61%-
HSV(B)241.38º73.11%46.67%-
XYZ4.512.7117.74-
YUV42.52171.16121.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=18.38%
G=17.30%
B=64.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34321190.710.7300.53241.3857.6229.61
Hex2220774749035f13a1e
Octal42401671071110653617236
Binary10001010000011101111000111100100101101011111000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222077; }

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

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

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

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

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

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

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

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