#031344

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

Shades of Midnight Express #031344

Tints of Midnight Express #031344

Color information

#031344 (or 0x031344) is unknown color: approx Midnight Express. HEX triplet: 03, 13 and 44. RGB value is (3,19,68). Sum of RGB (Red+Green+Blue) = 3+19+68=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #031344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031344 is #FCECBB. Grayscale: #131313. Windows color (decimal): -16575676 or 4461315. OLE color: 4461315.

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

Color convert

RGB31968-
CMYK0.960.7200.73
HSL225.23º91.55%13.92%-
HSV(B)225.23º95.59%26.67%-
XYZ1.310.95.57-
YUV19.8155.2116.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 68 (26.95% from 255) = 75.56%
R=3.33%
G=21.11%
B=75.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal319680.960.7200.73225.2391.5513.92
Hex313446048049e15ce
Octal323104140110011134113416
Binary1110011100010011000001001000010010011110000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031344; }

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

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

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

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

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

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

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

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