#222486

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

Shades of Midnight Blue #222486

Tints of Midnight Blue #222486

Color information

#222486 (or 0x222486) is unknown color: approx Midnight Blue. HEX triplet: 22, 24 and 86. RGB value is (34,36,134). Sum of RGB (Red+Green+Blue) = 34+36+134=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #222486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222486 is #DDDB79. Grayscale: #2E2E2E. Windows color (decimal): -14539642 or 8791074. OLE color: 8791074.

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

Color convert

RGB3436134-
CMYK0.750.7300.47
HSL238.8º59.52%32.94%-
HSV(B)238.8º74.63%52.55%-
XYZ5.593.3222.9-
YUV46.57177.34119.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 134 (52.73% from 255) = 65.69%
R=16.67%
G=17.65%
B=65.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34361340.750.7300.47238.859.5232.94
Hex2224864B4902Fef3c21
Octal42442061131110573577441
Binary1000101001001000011010010111001001010111111101111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222486; }

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

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

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

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

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

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

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

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