#030442

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

Shades of Midnight Express #030442

Tints of Midnight Express #030442

Color information

#030442 (or 0x030442) is unknown color: approx Midnight Express. HEX triplet: 03, 04 and 42. RGB value is (3,4,66). Sum of RGB (Red+Green+Blue) = 3+4+66=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 4 (1.95% from 255 or 5.48% 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 #030442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030442 is #FCFBBD. Grayscale: #0A0A0A. Windows color (decimal): -16579518 or 4326403. OLE color: 4326403.

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

Color convert

RGB3466-
CMYK0.950.9400.74
HSL239.05º91.3%13.53%-
HSV(B)239.05º95.45%25.88%-
XYZ1.060.55.19-
YUV10.77159.17122.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal34660.950.9400.74239.0591.313.53
Hex34425F5E04Aef5be
Octal34102137136011235713316
Binary11100100001010111111011110010010101110111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030442; }

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

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

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

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

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

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

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

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