#212946

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

Shades of Midnight Express #212946

Tints of Midnight Express #212946

Color information

#212946 (or 0x212946) is unknown color: approx Midnight Express. HEX triplet: 21, 29 and 46. RGB value is (33,41,70). Sum of RGB (Red+Green+Blue) = 33+41+70=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #212946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212946 is #DED6B9. Grayscale: #292929. Windows color (decimal): -14603962 or 4598049. OLE color: 4598049.

HSL color Cylindrical-coordinate representation of color #212946: hue angle of 227.03º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #212946 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB334170-
CMYK0.530.4100.73
HSL227.03º35.92%20.2%-
HSV(B)227.03º52.86%27.45%-
XYZ2.532.356.12-
YUV41.91143.85121.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=22.92%
G=28.47%
B=48.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3341700.530.4100.73227.0335.9220.2
Hex2129463529049e32414
Octal4151106655101113434424
Binary1000011010011000110110101101001010010011110001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212946; }

 p { color: rgb(33,41,70); }

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

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

 a { background-color: rgb(33,41,70); }

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

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

 span { border-color: rgb(33,41,70); }

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