#212C3B

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

Shades of Midnight #212C3B

Tints of Midnight #212C3B

Color information

#212C3B (or 0x212C3B) is unknown color: approx Midnight. HEX triplet: 21, 2C and 3B. RGB value is (33,44,59). Sum of RGB (Red+Green+Blue) = 33+44+59=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #212C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C3B is #DED3C4. Grayscale: #2A2A2A. Windows color (decimal): -14603205 or 3877921. OLE color: 3877921.

HSL color Cylindrical-coordinate representation of color #212C3B: hue angle of 214.62º 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 #212C3B is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB334459-
CMYK0.440.2500.77
HSL214.62º28.26%18.04%-
HSV(B)214.62º44.07%23.14%-
XYZ2.322.444.49-
YUV42.42137.36121.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 44 (17.58% from 255) = 32.35%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=24.26%
G=32.35%
B=43.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3344590.440.2500.77214.6228.2618.04
Hex212C3B2C1904Dd71c12
Octal415473543101153273422
Binary1000011011001110111011001100101001101110101111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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