#212E43

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

Shades of Midnight #212E43

Tints of Midnight #212E43

Color information

#212E43 (or 0x212E43) is unknown color: approx Midnight. HEX triplet: 21, 2E and 43. RGB value is (33,46,67). Sum of RGB (Red+Green+Blue) = 33+46+67=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #212E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E43 is #DED1BC. Grayscale: #2C2C2C. Windows color (decimal): -14602685 or 4402721. OLE color: 4402721.

HSL color Cylindrical-coordinate representation of color #212E43: hue angle of 217.06º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212E43 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB334667-
CMYK0.510.3100.74
HSL217.06º34%19.61%-
HSV(B)217.06º50.75%26.27%-
XYZ2.622.685.69-
YUV44.51140.69119.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 67 (26.56% from 255) = 45.89%
R=22.60%
G=31.51%
B=45.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3346670.510.3100.74217.063419.61
Hex212E43331F04Ad92214
Octal4156103633701123314224
Binary100001101110100001111001111111010010101101100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,46,67); }

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

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

 a { background-color: rgb(33,46,67); }

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

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

 span { border-color: rgb(33,46,67); }

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