#222086

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

Shades of Midnight Blue #222086

Tints of Midnight Blue #222086

Color information

#222086 (or 0x222086) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 86. RGB value is (34,32,134). Sum of RGB (Red+Green+Blue) = 34+32+134=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 134 (52.73% from 255 or 67% from 200); Max value from RGB is 134 - color contains mainly: blue. Hex color #222086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222086 is #DDDF79. Grayscale: #2B2B2B. Windows color (decimal): -14540666 or 8790050. OLE color: 8790050.

HSL color Cylindrical-coordinate representation of color #222086: hue angle of 241.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222086 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3432134-
CMYK0.750.7600.47
HSL241.18º61.45%32.55%-
HSV(B)241.18º76.12%52.55%-
XYZ5.483.0922.86-
YUV44.23178.66120.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 134 (52.73% from 255) = 67%
R=17%
G=16%
B=67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34321340.750.7600.47241.1861.4532.55
Hex2220864B4C02Ff13d21
Octal42402061131140573617541
Binary1000101000001000011010010111001100010111111110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222086; }

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

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

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

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

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

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

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

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