#22226C

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

Shades of Midnight Blue #22226C

Tints of Midnight Blue #22226C

Color information

#22226C (or 0x22226C) is unknown color: approx Midnight Blue. HEX triplet: 22, 22 and 6C. RGB value is (34,34,108). Sum of RGB (Red+Green+Blue) = 34+34+108=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #22226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22226C is #DDDD93. Grayscale: #2A2A2A. Windows color (decimal): -14540180 or 7086626. OLE color: 7086626.

HSL color Cylindrical-coordinate representation of color #22226C: hue angle of 240º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22226C is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3434108-
CMYK0.690.6900.58
HSL240º52.11%27.84%-
HSV(B)240º68.52%42.35%-
XYZ3.942.5714.48-
YUV42.44165121.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=19.32%
G=19.32%
B=61.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34341080.690.6900.5824052.1127.84
Hex22226C454503Af0341c
Octal42421541051050723606434
Binary10001010001011011001000101100010101110101111000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22226C; }

 p { color: rgb(34,34,108); }

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

<style>
 a { background-color: #22226C; }

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

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

<style>
 span { border-color: #22226C; }

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

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