#212C3D

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

Shades of Midnight #212C3D

Tints of Midnight #212C3D

Color information

#212C3D (or 0x212C3D) is unknown color: approx Midnight. HEX triplet: 21, 2C and 3D. RGB value is (33,44,61). Sum of RGB (Red+Green+Blue) = 33+44+61=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #212C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C3D is #DED3C2. Grayscale: #2A2A2A. Windows color (decimal): -14603203 or 4008993. OLE color: 4008993.

HSL color Cylindrical-coordinate representation of color #212C3D: hue angle of 216.43º 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 #212C3D is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB334461-
CMYK0.460.2800.76
HSL216.43º29.79%18.43%-
HSV(B)216.43º45.9%23.92%-
XYZ2.372.464.77-
YUV42.65138.36121.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=23.91%
G=31.88%
B=44.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3344610.460.2800.76216.4329.7918.43
Hex212C3D2E1C04Cd81e12
Octal415475563401143303622
Binary1000011011001111011011101110001001100110110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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