#211E68

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

Shades of Midnight Blue #211E68

Tints of Midnight Blue #211E68

Color information

#211E68 (or 0x211E68) is unknown color: approx Midnight Blue. HEX triplet: 21, 1E and 68. RGB value is (33,30,104). Sum of RGB (Red+Green+Blue) = 33+30+104=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #211E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211E68 is #DEE197. Grayscale: #272727. Windows color (decimal): -14606744 or 6823457. OLE color: 6823457.

HSL color Cylindrical-coordinate representation of color #211E68: hue angle of 242.43º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #211E68 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3330104-
CMYK0.680.7100.59
HSL242.43º55.22%26.27%-
HSV(B)242.43º71.15%40.78%-
XYZ3.592.2513.34-
YUV39.33164.49123.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 104 (41.02% from 255) = 62.28%
R=19.76%
G=17.96%
B=62.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33301040.680.7100.59242.4355.2226.27
Hex211E68444703Bf2371a
Octal41361501041070733626732
Binary1000011111011010001000100100011101110111111001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E68; }

 p { color: rgb(33,30,104); }

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

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

 a { background-color: rgb(33,30,104); }

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

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

 span { border-color: rgb(33,30,104); }

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