#222084

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

Shades of Midnight Blue #222084

Tints of Midnight Blue #222084

Color information

#222084 (or 0x222084) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 84. RGB value is (34,32,132). Sum of RGB (Red+Green+Blue) = 34+32+132=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #222084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222084 is #DDDF7B. Grayscale: #2B2B2B. Windows color (decimal): -14540668 or 8658978. OLE color: 8658978.

HSL color Cylindrical-coordinate representation of color #222084: hue angle of 241.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222084 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3432132-
CMYK0.740.7600.48
HSL241.2º60.98%32.16%-
HSV(B)241.2º75.76%51.76%-
XYZ5.343.0422.13-
YUV44177.66120.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 132 (51.95% from 255) = 66.67%
R=17.17%
G=16.16%
B=66.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34321320.740.7600.48241.260.9832.16
Hex2220844A4C030f13d20
Octal42402041121140603617540
Binary1000101000001000010010010101001100011000011110001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222084; }

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

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

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

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

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

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

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

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