#222564

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

Shades of Midnight Blue #222564

Tints of Midnight Blue #222564

Color information

#222564 (or 0x222564) is unknown color: approx Midnight Blue. HEX triplet: 22, 25 and 64. RGB value is (34,37,100). Sum of RGB (Red+Green+Blue) = 34+37+100=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #222564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222564 is #DDDA9B. Grayscale: #2B2B2B. Windows color (decimal): -14539420 or 6563106. OLE color: 6563106.

HSL color Cylindrical-coordinate representation of color #222564: hue angle of 237.27º 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 #222564 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3437100-
CMYK0.660.6300.61
HSL237.27º49.25%26.27%-
HSV(B)237.27º66%39.22%-
XYZ3.622.5812.36-
YUV43.28160.01121.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 100 (39.45% from 255) = 58.48%
R=19.88%
G=21.64%
B=58.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal34371000.660.6300.61237.2749.2526.27
Hex222564423F03Ded311a
Octal4245144102770753556132
Binary1000101001011100100100001011111101111011110110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222564; }

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

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

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

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

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

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

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

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