#212A44

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

Shades of Midnight Express #212A44

Tints of Midnight Express #212A44

Color information

#212A44 (or 0x212A44) is unknown color: approx Midnight Express. HEX triplet: 21, 2A and 44. RGB value is (33,42,68). Sum of RGB (Red+Green+Blue) = 33+42+68=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #212A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A44 is #DED5BB. Grayscale: #2A2A2A. Windows color (decimal): -14603708 or 4467233. OLE color: 4467233.

HSL color Cylindrical-coordinate representation of color #212A44: hue angle of 224.57º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212A44 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB334268-
CMYK0.510.3800.73
HSL224.57º34.65%19.8%-
HSV(B)224.57º51.47%26.67%-
XYZ2.52.45.8-
YUV42.27142.52121.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 68 (26.95% from 255) = 47.55%
R=23.08%
G=29.37%
B=47.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3342680.510.3800.73224.5734.6519.8
Hex212A443326049e12314
Octal4152104634601113414324
Binary1000011010101000100110011100110010010011110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,42,68); }

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

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

 a { background-color: rgb(33,42,68); }

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

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

 span { border-color: rgb(33,42,68); }

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