#031346

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

Shades of Midnight Express #031346

Tints of Midnight Express #031346

Color information

#031346 (or 0x031346) is unknown color: approx Midnight Express. HEX triplet: 03, 13 and 46. RGB value is (3,19,70). Sum of RGB (Red+Green+Blue) = 3+19+70=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #031346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031346 is #FCECB9. Grayscale: #131313. Windows color (decimal): -16575674 or 4592387. OLE color: 4592387.

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

Color convert

RGB31970-
CMYK0.960.7300.73
HSL225.67º91.78%14.31%-
HSV(B)225.67º95.71%27.45%-
XYZ1.380.935.9-
YUV20.03156.2115.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 70 (27.73% from 255) = 76.09%
R=3.26%
G=20.65%
B=76.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal319700.960.7300.73225.6791.7814.31
Hex313466049049e25ce
Octal323106140111011134213416
Binary1110011100011011000001001001010010011110001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031346; }

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

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

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

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

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

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

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

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