#221882

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

Shades of Midnight Blue #221882

Tints of Midnight Blue #221882

Color information

#221882 (or 0x221882) is unknown color: approx Midnight Blue. HEX triplet: 22, 18 and 82. RGB value is (34,24,130). Sum of RGB (Red+Green+Blue) = 34+24+130=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #221882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221882 is #DDE77D. Grayscale: #262626. Windows color (decimal): -14542718 or 8525858. OLE color: 8525858.

HSL color Cylindrical-coordinate representation of color #221882: hue angle of 245.66º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221882 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3424130-
CMYK0.740.8200.49
HSL245.66º68.83%30.2%-
HSV(B)245.66º81.54%50.98%-
XYZ5.022.6121.36-
YUV39.07179.31124.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 130 (51.17% from 255) = 69.15%
R=18.09%
G=12.77%
B=69.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34241300.740.8200.49245.6668.8330.2
Hex2218824A52031f6451e
Octal423020211212206136610536
Binary100010110001000001010010101010010011000111110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221882; }

 p { color: rgb(34,24,130); }

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

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

 a { background-color: rgb(34,24,130); }

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

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

 span { border-color: rgb(34,24,130); }

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