#221880

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

Shades of Midnight Blue #221880

Tints of Midnight Blue #221880

Color information

#221880 (or 0x221880) is unknown color: approx Midnight Blue. HEX triplet: 22, 18 and 80. RGB value is (34,24,128). Sum of RGB (Red+Green+Blue) = 34+24+128=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 128 (50.39% from 255 or 68.82% from 186); Max value from RGB is 128 - color contains mainly: blue. Hex color #221880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221880 is #DDE77F. Grayscale: #262626. Windows color (decimal): -14542720 or 8394786. OLE color: 8394786.

HSL color Cylindrical-coordinate representation of color #221880: hue angle of 245.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221880 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3424128-
CMYK0.730.8100.50
HSL245.77º68.42%29.8%-
HSV(B)245.77º81.25%50.2%-
XYZ4.882.5520.66-
YUV38.85178.31124.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 128 (50.39% from 255) = 68.82%
R=18.28%
G=12.90%
B=68.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34241280.730.8100.50245.7768.4229.8
Hex2218804951032f6441e
Octal423020011112106236610436
Binary100010110001000000010010011010001011001011110110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221880; }

 p { color: rgb(34,24,128); }

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

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

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

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

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

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

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