#22206B

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

Shades of Midnight Blue #22206B

Tints of Midnight Blue #22206B

Color information

#22206B (or 0x22206B) is unknown color: approx Midnight Blue. HEX triplet: 22, 20 and 6B. RGB value is (34,32,107). Sum of RGB (Red+Green+Blue) = 34+32+107=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #22206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22206B is #DDDF94. Grayscale: #282828. Windows color (decimal): -14540693 or 7020578. OLE color: 7020578.

HSL color Cylindrical-coordinate representation of color #22206B: hue angle of 241.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22206B is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3432107-
CMYK0.680.7000.58
HSL241.6º53.96%27.25%-
HSV(B)241.6º70.09%41.96%-
XYZ3.832.4314.18-
YUV41.15165.16122.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=19.65%
G=18.50%
B=61.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34321070.680.7000.58241.653.9627.25
Hex22206B444603Af2361b
Octal42401531041060723626633
Binary10001010000011010111000100100011001110101111001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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