#212640

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

Shades of Midnight Express #212640

Tints of Midnight Express #212640

Color information

#212640 (or 0x212640) is unknown color: approx Midnight Express. HEX triplet: 21, 26 and 40. RGB value is (33,38,64). Sum of RGB (Red+Green+Blue) = 33+38+64=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #212640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212640 is #DED9BF. Grayscale: #272727. Windows color (decimal): -14604736 or 4204065. OLE color: 4204065.

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

Color convert

RGB333864-
CMYK0.480.4100.75
HSL230.32º31.96%19.02%-
HSV(B)230.32º48.44%25.1%-
XYZ2.252.085.13-
YUV39.47141.84123.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=24.44%
G=28.15%
B=47.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3338640.480.4100.75230.3231.9619.02
Hex212640302904Be62013
Octal4146100605101133464023
Binary1000011001101000000110000101001010010111110011010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212640; }

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

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

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

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

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

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

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

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