#040342

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

Shades of Midnight Express #040342

Tints of Midnight Express #040342

Color information

#040342 (or 0x040342) is unknown color: approx Midnight Express. HEX triplet: 04, 03 and 42. RGB value is (4,3,66). Sum of RGB (Red+Green+Blue) = 4+3+66=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 66 (26.17% from 255 or 90.41% from 73); Max value from RGB is 66 - color contains mainly: blue. Hex color #040342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040342 is #FBFCBD. Grayscale: #0A0A0A. Windows color (decimal): -16514238 or 4326148. OLE color: 4326148.

HSL color Cylindrical-coordinate representation of color #040342: hue angle of 240.95º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040342 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB4366-
CMYK0.940.9500.74
HSL240.95º91.3%13.53%-
HSV(B)240.95º95.45%25.88%-
XYZ1.070.485.19-
YUV10.48159.33123.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 66 (26.17% from 255) = 90.41%
R=5.48%
G=4.11%
B=90.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal43660.940.9500.74240.9591.313.53
Hex43425E5F04Af15be
Octal43102136137011236113316
Binary10011100001010111101011111010010101111000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040342; }

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

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

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

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

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

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

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

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