#212536

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

Shades of Midnight Express #212536

Tints of Midnight Express #212536

Color information

#212536 (or 0x212536) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 36. RGB value is (33,37,54). Sum of RGB (Red+Green+Blue) = 33+37+54=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 54 - color contains mainly: blue. Hex color #212536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212536 is #DEDAC9. Grayscale: #252525. Windows color (decimal): -14605002 or 3548449. OLE color: 3548449.

HSL color Cylindrical-coordinate representation of color #212536: hue angle of 228.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #212536 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB333754-
CMYK0.390.3100.79
HSL228.57º24.14%17.06%-
HSV(B)228.57º38.89%21.18%-
XYZ1.951.913.76-
YUV37.74137.17124.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 54 (21.48% from 255) = 43.55%
R=26.61%
G=29.84%
B=43.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3337540.390.3100.79228.5724.1417.06
Hex212536271F04Fe51811
Octal414566473701173453021
Binary1000011001011101101001111111101001111111001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212536; }

 p { color: rgb(33,37,54); }

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

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

 a { background-color: rgb(33,37,54); }

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

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

 span { border-color: rgb(33,37,54); }

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