#030440

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

Shades of Midnight Express #030440

Tints of Midnight Express #030440

Color information

#030440 (or 0x030440) is unknown color: approx Midnight Express. HEX triplet: 03, 04 and 40. RGB value is (3,4,64). Sum of RGB (Red+Green+Blue) = 3+4+64=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 64 (25.39% from 255 or 90.14% from 71); Max value from RGB is 64 - color contains mainly: blue. Hex color #030440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030440 is #FCFBBF. Grayscale: #0A0A0A. Windows color (decimal): -16579520 or 4195331. OLE color: 4195331.

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

Color convert

RGB3464-
CMYK0.950.9400.75
HSL239.02º91.04%13.14%-
HSV(B)239.02º95.31%25.1%-
XYZ1.010.484.89-
YUV10.54158.17122.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 64 (25.39% from 255) = 90.14%
R=4.23%
G=5.63%
B=90.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal34640.950.9400.75239.0291.0413.14
Hex34405F5E04Bef5bd
Octal34100137136011335713315
Binary11100100000010111111011110010010111110111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030440; }

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

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

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

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

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

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

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

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