#20226D

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

Shades of Midnight Blue #20226D

Tints of Midnight Blue #20226D

Color information

#20226D (or 0x20226D) is unknown color: approx Midnight Blue. HEX triplet: 20, 22 and 6D. RGB value is (32,34,109). Sum of RGB (Red+Green+Blue) = 32+34+109=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #20226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20226D is #DFDD92. Grayscale: #292929. Windows color (decimal): -14671251 or 7152160. OLE color: 7152160.

HSL color Cylindrical-coordinate representation of color #20226D: hue angle of 238.44º 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 #20226D is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3234109-
CMYK0.710.6900.57
HSL238.44º54.61%27.65%-
HSV(B)238.44º70.64%42.75%-
XYZ3.932.5614.75-
YUV41.95165.84120.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 109 (42.97% from 255) = 62.29%
R=18.29%
G=19.43%
B=62.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32341090.710.6900.57238.4454.6127.65
Hex20226D4745039ee371c
Octal40421551071050713566734
Binary10000010001011011011000111100010101110011110111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20226D; }

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

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

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

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

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

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

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

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