#22206E

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

Shades of Midnight Blue #22206E

Tints of Midnight Blue #22206E

Color information

#22206E (or 0x22206E) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 6E. RGB value is (34,32,110). Sum of RGB (Red+Green+Blue) = 34+32+110=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #22206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22206E is #DDDF91. Grayscale: #292929. Windows color (decimal): -14540690 or 7217186. OLE color: 7217186.

HSL color Cylindrical-coordinate representation of color #22206E: hue angle of 241.54º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22206E is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3432110-
CMYK0.690.7100.57
HSL241.54º54.93%27.84%-
HSV(B)241.54º70.91%43.14%-
XYZ3.992.515.02-
YUV41.49166.66122.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 110 (43.36% from 255) = 62.5%
R=19.32%
G=18.18%
B=62.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34321100.690.7100.57241.5454.9327.84
Hex22206E4547039f2371c
Octal42401561051070713626734
Binary10001010000011011101000101100011101110011111001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22206E; }

 p { color: rgb(34,32,110); }

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

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

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

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

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

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

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