#212540

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

Shades of Midnight Express #212540

Tints of Midnight Express #212540

Color information

#212540 (or 0x212540) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 40. RGB value is (33,37,64). Sum of RGB (Red+Green+Blue) = 33+37+64=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #212540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212540 is #DEDABF. Grayscale: #262626. Windows color (decimal): -14604992 or 4203809. OLE color: 4203809.

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

Color convert

RGB333764-
CMYK0.480.4200.75
HSL232.26º31.96%19.02%-
HSV(B)232.26º48.44%25.1%-
XYZ2.212.025.12-
YUV38.88142.17123.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=24.63%
G=27.61%
B=47.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3337640.480.4200.75232.2631.9619.02
Hex212540302A04Be82013
Octal4145100605201133504023
Binary1000011001011000000110000101010010010111110100010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212540; }

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

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

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

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

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

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

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

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