#221563

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

Shades of Midnight Blue #221563

Tints of Midnight Blue #221563

Color information

#221563 (or 0x221563) is unknown color: approx Midnight Blue. HEX triplet: 22, 15 and 63. RGB value is (34,21,99). Sum of RGB (Red+Green+Blue) = 34+21+99=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #221563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221563 is #DDEA9C. Grayscale: #212121. Windows color (decimal): -14543517 or 6493474. OLE color: 6493474.

HSL color Cylindrical-coordinate representation of color #221563: hue angle of 250º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221563 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB342199-
CMYK0.660.7900.61
HSL250º65%23.53%-
HSV(B)250º78.79%38.82%-
XYZ3.181.7811.98-
YUV33.78164.81128.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=22.08%
G=13.64%
B=64.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3421990.660.7900.612506523.53
Hex221563424F03Dfa4118
Octal422514310211707537210130
Binary10001010101110001110000101001111011110111111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221563; }

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

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

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

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

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

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

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

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