#212A40

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

Shades of Midnight Express #212A40

Tints of Midnight Express #212A40

Color information

#212A40 (or 0x212A40) is unknown color: approx Midnight Express. HEX triplet: 21, 2A and 40. RGB value is (33,42,64). Sum of RGB (Red+Green+Blue) = 33+42+64=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #212A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A40 is #DED5BF. Grayscale: #292929. Windows color (decimal): -14603712 or 4205089. OLE color: 4205089.

HSL color Cylindrical-coordinate representation of color #212A40: hue angle of 222.58º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #212A40 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB334264-
CMYK0.480.3400.75
HSL222.58º31.96%19.02%-
HSV(B)222.58º48.44%25.1%-
XYZ2.382.355.18-
YUV41.82140.52121.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=23.74%
G=30.22%
B=46.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3342640.480.3400.75222.5831.9619.02
Hex212A40302204Bdf2013
Octal4152100604201133374023
Binary1000011010101000000110000100010010010111101111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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