#222882

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

Shades of Midnight Blue #222882

Tints of Midnight Blue #222882

Color information

#222882 (or 0x222882) is unknown color: approx Midnight Blue. HEX triplet: 22, 28 and 82. RGB value is (34,40,130). Sum of RGB (Red+Green+Blue) = 34+40+130=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #222882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222882 is #DDD77D. Grayscale: #303030. Windows color (decimal): -14538622 or 8529954. OLE color: 8529954.

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

Color convert

RGB3440130-
CMYK0.740.6900.49
HSL236.25º58.54%32.16%-
HSV(B)236.25º73.85%50.98%-
XYZ5.453.4721.5-
YUV48.47174.01117.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 130 (51.17% from 255) = 63.73%
R=16.67%
G=19.61%
B=63.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34401300.740.6900.49236.2558.5432.16
Hex2228824A45031ec3b20
Octal42502021121050613547340
Binary1000101010001000001010010101000101011000111101100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222882; }

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

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

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

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

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

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

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

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