#212C71

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

Shades of Midnight Blue #212C71

Tints of Midnight Blue #212C71

Color information

#212C71 (or 0x212C71) is unknown color: approx Midnight Blue. HEX triplet: 21, 2C and 71. RGB value is (33,44,113). Sum of RGB (Red+Green+Blue) = 33+44+113=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #212C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C71 is #DED38E. Grayscale: #303030. Windows color (decimal): -14603151 or 7416865. OLE color: 7416865.

HSL color Cylindrical-coordinate representation of color #212C71: hue angle of 231.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212C71 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3344113-
CMYK0.710.6100.56
HSL231.75º54.79%28.63%-
HSV(B)231.75º70.8%44.31%-
XYZ4.513.3216.03-
YUV48.58164.36116.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=17.37%
G=23.16%
B=59.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33441130.710.6100.56231.7554.7928.63
Hex212C71473D038e8371d
Octal4154161107750703506735
Binary1000011011001110001100011111110101110001110100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C71; }

 p { color: rgb(33,44,113); }

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

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

 a { background-color: rgb(33,44,113); }

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

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

 span { border-color: rgb(33,44,113); }

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