#22216B

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

Shades of Midnight Blue #22216B

Tints of Midnight Blue #22216B

Color information

#22216B (or 0x22216B) is unknown color: approx Midnight Blue. HEX triplet: 22, 21 and 6B. RGB value is (34,33,107). Sum of RGB (Red+Green+Blue) = 34+33+107=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #22216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22216B is #DDDE94. Grayscale: #292929. Windows color (decimal): -14540437 or 7020834. OLE color: 7020834.

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

Color convert

RGB3433107-
CMYK0.680.6900.58
HSL240.81º52.86%27.45%-
HSV(B)240.81º69.16%41.96%-
XYZ3.862.4914.19-
YUV41.74164.83122.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 107 (42.19% from 255) = 61.49%
R=19.54%
G=18.97%
B=61.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34331070.680.6900.58240.8152.8627.45
Hex22216B444503Af1351b
Octal42411531041050723616533
Binary10001010000111010111000100100010101110101111000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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