#212947

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

Shades of Midnight Express #212947

Tints of Midnight Express #212947

Color information

#212947 (or 0x212947) is unknown color: approx Midnight Express. HEX triplet: 21, 29 and 47. RGB value is (33,41,71). Sum of RGB (Red+Green+Blue) = 33+41+71=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #212947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212947 is #DED6B8. Grayscale: #292929. Windows color (decimal): -14603961 or 4663585. OLE color: 4663585.

HSL color Cylindrical-coordinate representation of color #212947: hue angle of 227.37º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212947 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB334171-
CMYK0.540.4200.72
HSL227.37º36.54%20.39%-
HSV(B)227.37º53.52%27.84%-
XYZ2.562.366.28-
YUV42.03144.35121.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=22.76%
G=28.28%
B=48.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3341710.540.4200.72227.3736.5420.39
Hex212947362A048e32514
Octal4151107665201103434524
Binary1000011010011000111110110101010010010001110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212947; }

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

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

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

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

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

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

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

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