#212544

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

Shades of Midnight Express #212544

Tints of Midnight Express #212544

Color information

#212544 (or 0x212544) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 44. RGB value is (33,37,68). Sum of RGB (Red+Green+Blue) = 33+37+68=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #212544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212544 is #DEDABB. Grayscale: #272727. Windows color (decimal): -14604988 or 4465953. OLE color: 4465953.

HSL color Cylindrical-coordinate representation of color #212544: hue angle of 233.14º 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 #212544 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB333768-
CMYK0.510.4600.73
HSL233.14º34.65%19.8%-
HSV(B)233.14º51.47%26.67%-
XYZ2.332.065.74-
YUV39.34144.17123.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 68 (26.95% from 255) = 49.28%
R=23.91%
G=26.81%
B=49.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3337680.510.4600.73233.1434.6519.8
Hex212544332E049e92314
Octal4145104635601113514324
Binary1000011001011000100110011101110010010011110100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212544; }

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

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

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

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

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

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

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

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