#040344

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

Shades of Midnight Express #040344

Tints of Midnight Express #040344

Color information

#040344 (or 0x040344) is unknown color: approx Midnight Express. HEX triplet: 04, 03 and 44. RGB value is (4,3,68). Sum of RGB (Red+Green+Blue) = 4+3+68=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 68 (26.95% from 255 or 90.67% from 75); Max value from RGB is 68 - color contains mainly: blue. Hex color #040344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040344 is #FBFCBB. Grayscale: #0A0A0A. Windows color (decimal): -16514236 or 4457220. OLE color: 4457220.

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

Color convert

RGB4368-
CMYK0.940.9600.73
HSL240.92º91.55%13.92%-
HSV(B)240.92º95.59%26.67%-
XYZ1.130.515.51-
YUV10.71160.33123.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 68 (26.95% from 255) = 90.67%
R=5.33%
G=4%
B=90.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal43680.940.9600.73240.9291.5513.92
Hex43445E60049f15ce
Octal43104136140011136113416
Binary10011100010010111101100000010010011111000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040344; }

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

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

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

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

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

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

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

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