#030540

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

Shades of Midnight Express #030540

Tints of Midnight Express #030540

Color information

#030540 (or 0x030540) is unknown color: approx Midnight Express. HEX triplet: 03, 05 and 40. RGB value is (3,5,64). Sum of RGB (Red+Green+Blue) = 3+5+64=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 64 (25.39% from 255 or 88.89% from 72); Max value from RGB is 64 - color contains mainly: blue. Hex color #030540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030540 is #FCFABF. Grayscale: #0A0A0A. Windows color (decimal): -16579264 or 4195587. OLE color: 4195587.

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

Color convert

RGB3564-
CMYK0.950.9200.75
HSL238.03º91.04%13.14%-
HSV(B)238.03º95.31%25.1%-
XYZ1.020.54.89-
YUV11.13157.84122.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.17%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 64 (25.39% from 255) = 88.89%
R=4.17%
G=6.94%
B=88.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal35640.950.9200.75238.0391.0413.14
Hex35405F5C04Bee5bd
Octal35100137134011335613315
Binary11101100000010111111011100010010111110111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030540; }

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

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

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

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

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

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

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

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