#222464

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

Shades of Midnight Blue #222464

Tints of Midnight Blue #222464

Color information

#222464 (or 0x222464) is unknown color: approx Midnight Blue. HEX triplet: 22, 24 and 64. RGB value is (34,36,100). Sum of RGB (Red+Green+Blue) = 34+36+100=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #222464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222464 is #DDDB9B. Grayscale: #2A2A2A. Windows color (decimal): -14539676 or 6562850. OLE color: 6562850.

HSL color Cylindrical-coordinate representation of color #222464: hue angle of 238.18º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222464 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3436100-
CMYK0.660.6400.61
HSL238.18º49.25%26.27%-
HSV(B)238.18º66%39.22%-
XYZ3.592.5212.35-
YUV42.7160.34121.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 100 (39.45% from 255) = 58.82%
R=20%
G=21.18%
B=58.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal34361000.660.6400.61238.1849.2526.27
Hex222464424003Dee311a
Octal42441441021000753566132
Binary10001010010011001001000010100000001111011110111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222464; }

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

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

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

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

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

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

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

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