#212B40

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

Shades of Midnight Express #212B40

Tints of Midnight Express #212B40

Color information

#212B40 (or 0x212B40) is unknown color: approx Midnight Express. HEX triplet: 21, 2B and 40. RGB value is (33,43,64). Sum of RGB (Red+Green+Blue) = 33+43+64=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #212B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B40 is #DED4BF. Grayscale: #2A2A2A. Windows color (decimal): -14603456 or 4205345. OLE color: 4205345.

HSL color Cylindrical-coordinate representation of color #212B40: hue angle of 220.65º 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 #212B40 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB334364-
CMYK0.480.3300.75
HSL220.65º31.96%19.02%-
HSV(B)220.65º48.44%25.1%-
XYZ2.422.425.19-
YUV42.4140.19121.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=23.57%
G=30.71%
B=45.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3343640.480.3300.75220.6531.9619.02
Hex212B40302104Bdd2013
Octal4153100604101133354023
Binary1000011010111000000110000100001010010111101110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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