#222A87

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

Shades of Midnight Blue #222A87

Tints of Midnight Blue #222A87

Color information

#222A87 (or 0x222A87) is unknown color: approx Midnight Blue. HEX triplet: 22, 2A and 87. RGB value is (34,42,135). Sum of RGB (Red+Green+Blue) = 34+42+135=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #222A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222A87 is #DDD578. Grayscale: #313131. Windows color (decimal): -14538105 or 8858146. OLE color: 8858146.

HSL color Cylindrical-coordinate representation of color #222A87: hue angle of 235.25º 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 #222A87 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3442135-
CMYK0.750.6900.47
HSL235.25º59.76%33.14%-
HSV(B)235.25º74.81%52.94%-
XYZ5.863.7523.34-
YUV50.21175.85116.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 135 (53.12% from 255) = 63.98%
R=16.11%
G=19.91%
B=63.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34421350.750.6900.47235.2559.7633.14
Hex222A874B4502Feb3c21
Octal42522071131050573537441
Binary1000101010101000011110010111000101010111111101011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222A87; }

 p { color: rgb(34,42,135); }

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

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

 a { background-color: rgb(34,42,135); }

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

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

 span { border-color: rgb(34,42,135); }

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