#212E3D

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

Shades of Midnight #212E3D

Tints of Midnight #212E3D

Color information

#212E3D (or 0x212E3D) is unknown color: approx Midnight. HEX triplet: 21, 2E and 3D. RGB value is (33,46,61). Sum of RGB (Red+Green+Blue) = 33+46+61=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #212E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E3D is #DED1C2. Grayscale: #2B2B2B. Windows color (decimal): -14602691 or 4009505. OLE color: 4009505.

HSL color Cylindrical-coordinate representation of color #212E3D: hue angle of 212.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #212E3D is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB334661-
CMYK0.460.2500.76
HSL212.14º29.79%18.43%-
HSV(B)212.14º45.9%23.92%-
XYZ2.452.614.79-
YUV43.82137.69120.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 61 (24.22% from 255) = 43.57%
R=23.57%
G=32.86%
B=43.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3346610.460.2500.76212.1429.7918.43
Hex212E3D2E1904Cd41e12
Octal415675563101143243622
Binary1000011011101111011011101100101001100110101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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