#212A46

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

Shades of Midnight Express #212A46

Tints of Midnight Express #212A46

Color information

#212A46 (or 0x212A46) is unknown color: approx Midnight Express. HEX triplet: 21, 2A and 46. RGB value is (33,42,70). Sum of RGB (Red+Green+Blue) = 33+42+70=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #212A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A46 is #DED5B9. Grayscale: #2A2A2A. Windows color (decimal): -14603706 or 4598305. OLE color: 4598305.

HSL color Cylindrical-coordinate representation of color #212A46: hue angle of 225.41º 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 #212A46 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB334270-
CMYK0.530.4000.73
HSL225.41º35.92%20.2%-
HSV(B)225.41º52.86%27.45%-
XYZ2.562.426.13-
YUV42.5143.52121.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=22.76%
G=28.97%
B=48.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3342700.530.4000.73225.4135.9220.2
Hex212A463528049e12414
Octal4152106655001113414424
Binary1000011010101000110110101101000010010011110000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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