#212E3B

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

Shades of Midnight #212E3B

Tints of Midnight #212E3B

Color information

#212E3B (or 0x212E3B) is unknown color: approx Midnight. HEX triplet: 21, 2E and 3B. RGB value is (33,46,59). Sum of RGB (Red+Green+Blue) = 33+46+59=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 59 - color contains mainly: blue. Hex color #212E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E3B is #DED1C4. Grayscale: #2B2B2B. Windows color (decimal): -14602693 or 3878433. OLE color: 3878433.

HSL color Cylindrical-coordinate representation of color #212E3B: hue angle of 210º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #212E3B is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB334659-
CMYK0.440.2200.77
HSL210º28.26%18.04%-
HSV(B)210º44.07%23.14%-
XYZ2.392.594.51-
YUV43.6136.69120.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=23.91%
G=33.33%
B=42.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3346590.440.2200.7721028.2618.04
Hex212E3B2C1604Dd21c12
Octal415673542601153223422
Binary1000011011101110111011001011001001101110100101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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