#212642

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

Shades of Midnight Express #212642

Tints of Midnight Express #212642

Color information

#212642 (or 0x212642) is unknown color: approx Midnight Express. HEX triplet: 21, 26 and 42. RGB value is (33,38,66). Sum of RGB (Red+Green+Blue) = 33+38+66=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 66 - color contains mainly: blue. Hex color #212642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212642 is #DED9BD. Grayscale: #272727. Windows color (decimal): -14604734 or 4335137. OLE color: 4335137.

HSL color Cylindrical-coordinate representation of color #212642: hue angle of 230.91º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212642 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB333866-
CMYK0.50.4200.74
HSL230.91º33.33%19.41%-
HSV(B)230.91º50%25.88%-
XYZ2.32.15.44-
YUV39.7142.84123.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 66 (26.17% from 255) = 48.18%
R=24.09%
G=27.74%
B=48.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3338660.50.4200.74230.9133.3319.41
Hex212642322A04Ae72113
Octal4146102625201123474123
Binary1000011001101000010110010101010010010101110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212642; }

 p { color: rgb(33,38,66); }

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

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

 a { background-color: rgb(33,38,66); }

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

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

 span { border-color: rgb(33,38,66); }

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