#212776

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

Shades of Midnight Blue #212776

Tints of Midnight Blue #212776

Color information

#212776 (or 0x212776) is unknown color: approx Midnight Blue. HEX triplet: 21, 27 and 76. RGB value is (33,39,118). Sum of RGB (Red+Green+Blue) = 33+39+118=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #212776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212776 is #DED889. Grayscale: #2D2D2D. Windows color (decimal): -14604426 or 7743265. OLE color: 7743265.

HSL color Cylindrical-coordinate representation of color #212776: hue angle of 235.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212776 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3339118-
CMYK0.720.6700.54
HSL235.76º56.29%29.61%-
HSV(B)235.76º72.03%46.27%-
XYZ4.623.0817.49-
YUV46.21168.51118.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 118 (46.48% from 255) = 62.11%
R=17.37%
G=20.53%
B=62.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33391180.720.6700.54235.7656.2929.61
Hex2127764843036ec381e
Octal41471661101030663547036
Binary10000110011111101101001000100001101101101110110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212776; }

 p { color: rgb(33,39,118); }

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

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

 a { background-color: rgb(33,39,118); }

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

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

 span { border-color: rgb(33,39,118); }

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