#22267F

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

Shades of Midnight Blue #22267F

Tints of Midnight Blue #22267F

Color information

#22267F (or 0x22267F) is unknown color: approx Midnight Blue. HEX triplet: 22, 26 and 7F. RGB value is (34,38,127). Sum of RGB (Red+Green+Blue) = 34+38+127=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #22267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22267F is #DDD980. Grayscale: #2E2E2E. Windows color (decimal): -14539137 or 8332834. OLE color: 8332834.

HSL color Cylindrical-coordinate representation of color #22267F: hue angle of 237.42º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22267F is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3438127-
CMYK0.730.7000.50
HSL237.42º57.76%31.57%-
HSV(B)237.42º73.23%49.8%-
XYZ5.183.2620.43-
YUV46.95173.17118.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 127 (50% from 255) = 63.82%
R=17.09%
G=19.10%
B=63.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34381270.730.7000.50237.4257.7631.57
Hex22267F4946032ed3a20
Octal42461771111060623557240
Binary100010100110111111110010011000110011001011101101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22267F; }

 p { color: rgb(34,38,127); }

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

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

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

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

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

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

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