#212272

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

Shades of Midnight Blue #212272

Tints of Midnight Blue #212272

Color information

#212272 (or 0x212272) is unknown color: approx Midnight Blue. HEX triplet: 21, 22 and 72. RGB value is (33,34,114). Sum of RGB (Red+Green+Blue) = 33+34+114=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #212272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212272 is #DEDD8D. Grayscale: #2A2A2A. Windows color (decimal): -14605710 or 7479841. OLE color: 7479841.

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

Color convert

RGB3334114-
CMYK0.710.7000.55
HSL239.26º55.1%28.82%-
HSV(B)239.26º71.05%44.71%-
XYZ4.242.6816.21-
YUV42.82168.17121-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=18.23%
G=18.78%
B=62.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33341140.710.7000.55239.2655.128.82
Hex2122724746037ef371d
Octal41421621071060673576735
Binary10000110001011100101000111100011001101111110111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212272; }

 p { color: rgb(33,34,114); }

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

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

 a { background-color: rgb(33,34,114); }

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

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

 span { border-color: rgb(33,34,114); }

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