#212634

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

Shades of Midnight Express #212634

Tints of Midnight Express #212634

Color information

#212634 (or 0x212634) is unknown color: approx Midnight Express. HEX triplet: 21, 26 and 34. RGB value is (33,38,52). Sum of RGB (Red+Green+Blue) = 33+38+52=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #212634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212634 is #DED9CB. Grayscale: #262626. Windows color (decimal): -14604748 or 3417633. OLE color: 3417633.

HSL color Cylindrical-coordinate representation of color #212634: hue angle of 224.21º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212634 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB333852-
CMYK0.370.2700.80
HSL224.21º22.35%16.67%-
HSV(B)224.21º36.54%20.39%-
XYZ1.941.963.52-
YUV38.1135.84124.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=26.83%
G=30.89%
B=42.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3338520.370.2700.80224.2122.3516.67
Hex212634251B050e01611
Octal414664453301203402621
Binary1000011001101101001001011101101010000111000001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212634; }

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

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

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

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

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

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

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

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