#211C63

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

Shades of Midnight Blue #211C63

Tints of Midnight Blue #211C63

Color information

#211C63 (or 0x211C63) is unknown color: approx Midnight Blue. HEX triplet: 21, 1C and 63. RGB value is (33,28,99). Sum of RGB (Red+Green+Blue) = 33+28+99=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #211C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C63 is #DEE39C. Grayscale: #252525. Windows color (decimal): -14607261 or 6495265. OLE color: 6495265.

HSL color Cylindrical-coordinate representation of color #211C63: hue angle of 244.23º 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 #211C63 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB332899-
CMYK0.670.7200.61
HSL244.23º55.91%24.9%-
HSV(B)244.23º71.72%38.82%-
XYZ3.292.0512.03-
YUV37.59162.66124.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 28 (11.33% from 255) = 17.5%
BLUE value IS 99 (39.06% from 255) = 61.88%
R=20.62%
G=17.5%
B=61.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3328990.670.7200.61244.2355.9124.9
Hex211C63434803Df43819
Octal41341431031100753647031
Binary1000011110011000111000011100100001111011111010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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