#221570

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

Shades of Midnight Blue #221570

Tints of Midnight Blue #221570

Color information

#221570 (or 0x221570) is unknown color: approx Midnight Blue. HEX triplet: 22, 15 and 70. RGB value is (34,21,112). Sum of RGB (Red+Green+Blue) = 34+21+112=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #221570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221570 is #DDEA8F. Grayscale: #222222. Windows color (decimal): -14543504 or 7345442. OLE color: 7345442.

HSL color Cylindrical-coordinate representation of color #221570: hue angle of 248.57º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221570 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3421112-
CMYK0.700.8100.56
HSL248.57º68.42%26.08%-
HSV(B)248.57º81.25%43.92%-
XYZ3.852.0515.52-
YUV35.26171.31127.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=20.36%
G=12.57%
B=67.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34211120.700.8100.56248.5768.4226.08
Hex2215704651038f9441a
Octal422516010612107037110432
Binary10001010101111000010001101010001011100011111001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221570; }

 p { color: rgb(34,21,112); }

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

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

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

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

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

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

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