#222278

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

Shades of Midnight Blue #222278

Tints of Midnight Blue #222278

Color information

#222278 (or 0x222278) is unknown color: approx Midnight Blue. HEX triplet: 22, 22 and 78. RGB value is (34,34,120). Sum of RGB (Red+Green+Blue) = 34+34+120=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #222278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222278 is #DDDD87. Grayscale: #2B2B2B. Windows color (decimal): -14540168 or 7873058. OLE color: 7873058.

HSL color Cylindrical-coordinate representation of color #222278: hue angle of 240º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #222278 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3434120-
CMYK0.720.7200.53
HSL240º55.84%30.2%-
HSV(B)240º71.67%47.06%-
XYZ4.622.8418.07-
YUV43.8171121.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 120 (47.27% from 255) = 63.83%
R=18.09%
G=18.09%
B=63.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34341200.720.7200.5324055.8430.2
Hex2222784848035f0381e
Octal42421701101100653607036
Binary10001010001011110001001000100100001101011111000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222278; }

 p { color: rgb(34,34,120); }

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

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

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

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

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

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

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