#221772

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

Shades of Midnight Blue #221772

Tints of Midnight Blue #221772

Color information

#221772 (or 0x221772) is unknown color: approx Midnight Blue. HEX triplet: 22, 17 and 72. RGB value is (34,23,114). Sum of RGB (Red+Green+Blue) = 34+23+114=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #221772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221772 is #DDE88D. Grayscale: #242424. Windows color (decimal): -14542990 or 7477026. OLE color: 7477026.

HSL color Cylindrical-coordinate representation of color #221772: hue angle of 247.25º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221772 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3423114-
CMYK0.700.8000.55
HSL247.25º66.42%26.86%-
HSV(B)247.25º79.82%44.71%-
XYZ42.1716.13-
YUV36.66171.64126.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 114 (44.92% from 255) = 66.67%
R=19.88%
G=13.45%
B=66.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34231140.700.8000.55247.2566.4226.86
Hex2217724650037f7421b
Octal422716210612006736710233
Binary10001010111111001010001101010000011011111110111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221772; }

 p { color: rgb(34,23,114); }

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

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

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

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

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

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

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