#221771

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

Shades of Midnight Blue #221771

Tints of Midnight Blue #221771

Color information

#221771 (or 0x221771) is unknown color: approx Midnight Blue. HEX triplet: 22, 17 and 71. RGB value is (34,23,113). Sum of RGB (Red+Green+Blue) = 34+23+113=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #221771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221771 is #DDE88E. Grayscale: #242424. Windows color (decimal): -14542991 or 7411490. OLE color: 7411490.

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

Color convert

RGB3423113-
CMYK0.700.8000.56
HSL247.33º66.18%26.67%-
HSV(B)247.33º79.65%44.31%-
XYZ3.952.1515.83-
YUV36.55171.14126.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 113 (44.53% from 255) = 66.47%
R=20%
G=13.53%
B=66.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34231130.700.8000.56247.3366.1826.67
Hex2217714650038f7421b
Octal422716110612007036710233
Binary10001010111111000110001101010000011100011110111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221771; }

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

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

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

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

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

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

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

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