#031444

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

Shades of Midnight Express #031444

Tints of Midnight Express #031444

Color information

#031444 (or 0x031444) is unknown color: approx Midnight Express. HEX triplet: 03, 14 and 44. RGB value is (3,20,68). Sum of RGB (Red+Green+Blue) = 3+20+68=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #031444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031444 is #FCEBBB. Grayscale: #141414. Windows color (decimal): -16575420 or 4461571. OLE color: 4461571.

HSL color Cylindrical-coordinate representation of color #031444: hue angle of 224.31º 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 #031444 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB32068-
CMYK0.960.7100.73
HSL224.31º91.55%13.92%-
HSV(B)224.31º95.59%26.67%-
XYZ1.330.945.58-
YUV20.39154.87115.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 68 (26.95% from 255) = 74.73%
R=3.30%
G=21.98%
B=74.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal320680.960.7100.73224.3191.5513.92
Hex314446047049e05ce
Octal324104140107011134013416
Binary1110100100010011000001000111010010011110000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031444; }

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

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

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

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

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

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

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

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