#212740

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

Shades of Midnight Express #212740

Tints of Midnight Express #212740

Color information

#212740 (or 0x212740) is unknown color: approx Midnight Express. HEX triplet: 21, 27 and 40. RGB value is (33,39,64). Sum of RGB (Red+Green+Blue) = 33+39+64=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #212740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212740 is #DED8BF. Grayscale: #272727. Windows color (decimal): -14604480 or 4204321. OLE color: 4204321.

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

Color convert

RGB333964-
CMYK0.480.3900.75
HSL228.39º31.96%19.02%-
HSV(B)228.39º48.44%25.1%-
XYZ2.282.145.14-
YUV40.06141.51122.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=24.26%
G=28.68%
B=47.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3339640.480.3900.75228.3931.9619.02
Hex212740302704Be42013
Octal4147100604701133444023
Binary1000011001111000000110000100111010010111110010010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212740; }

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

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

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

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

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

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

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

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