#031644

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

Shades of Midnight Express #031644

Tints of Midnight Express #031644

Color information

#031644 (or 0x031644) is unknown color: approx Midnight Express. HEX triplet: 03, 16 and 44. RGB value is (3,22,68). Sum of RGB (Red+Green+Blue) = 3+22+68=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 68 (26.95% from 255 or 73.12% from 93); Max value from RGB is 68 - color contains mainly: blue. Hex color #031644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031644 is #FCE9BB. Grayscale: #151515. Windows color (decimal): -16574908 or 4462083. OLE color: 4462083.

HSL color Cylindrical-coordinate representation of color #031644: hue angle of 222.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031644 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB32268-
CMYK0.960.6800.73
HSL222.46º91.55%13.92%-
HSV(B)222.46º95.59%26.67%-
XYZ1.371.015.59-
YUV21.56154.21114.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 68 (26.95% from 255) = 73.12%
R=3.23%
G=23.66%
B=73.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal322680.960.6800.73222.4691.5513.92
Hex316446044049de5ce
Octal326104140104011133613416
Binary1110110100010011000001000100010010011101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031644; }

 p { color: rgb(3,22,68); }

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

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

 a { background-color: rgb(3,22,68); }

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

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

 span { border-color: rgb(3,22,68); }

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