#212844

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

Shades of Midnight Express #212844

Tints of Midnight Express #212844

Color information

#212844 (or 0x212844) is unknown color: approx Midnight Express. HEX triplet: 21, 28 and 44. RGB value is (33,40,68). Sum of RGB (Red+Green+Blue) = 33+40+68=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #212844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212844 is #DED7BB. Grayscale: #282828. Windows color (decimal): -14604220 or 4466721. OLE color: 4466721.

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

Color convert

RGB334068-
CMYK0.510.4100.73
HSL228º34.65%19.8%-
HSV(B)228º51.47%26.67%-
XYZ2.432.265.78-
YUV41.1143.18122.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 40 (16.02% from 255) = 28.37%
BLUE value IS 68 (26.95% from 255) = 48.23%
R=23.40%
G=28.37%
B=48.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3340680.510.4100.7322834.6519.8
Hex2128443329049e42314
Octal4150104635101113444324
Binary1000011010001000100110011101001010010011110010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212844; }

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

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

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

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

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

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

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

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