#221C63

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

Shades of Midnight Blue #221C63

Tints of Midnight Blue #221C63

Color information

#221C63 (or 0x221C63) is unknown color: approx Midnight Blue. HEX triplet: 22, 1C and 63. RGB value is (34,28,99). Sum of RGB (Red+Green+Blue) = 34+28+99=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #221C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C63 is #DDE39C. Grayscale: #252525. Windows color (decimal): -14541725 or 6495266. OLE color: 6495266.

HSL color Cylindrical-coordinate representation of color #221C63: hue angle of 245.07º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #221C63 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB342899-
CMYK0.660.7200.61
HSL245.07º55.91%24.9%-
HSV(B)245.07º71.72%38.82%-
XYZ3.332.0712.03-
YUV37.89162.49125.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 28 (11.33% from 255) = 17.39%
BLUE value IS 99 (39.06% from 255) = 61.49%
R=21.12%
G=17.39%
B=61.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3428990.660.7200.61245.0755.9124.9
Hex221C63424803Df53819
Octal42341431021100753657031
Binary1000101110011000111000010100100001111011111010111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221C63; }

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

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

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

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

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

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

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

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