#03003A

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

Shades of Midnight Express #03003A

Tints of Midnight Express #03003A

Color information

#03003A (or 0x03003A) is unknown color: approx Midnight Express. HEX triplet: 03, 00 and 3A. RGB value is (3,0,58). Sum of RGB (Red+Green+Blue) = 3+0+58=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 58 (23.05% from 255 or 95.08% from 61); Max value from RGB is 58 - color contains mainly: blue. Hex color #03003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03003A is #FCFFC5. Grayscale: #070707. Windows color (decimal): -16580550 or 3801091. OLE color: 3801091.

HSL color Cylindrical-coordinate representation of color #03003A: hue angle of 243.1º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03003A is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB3058-
CMYK0.95100.77
HSL243.1º100%11.37%-
HSV(B)243.1º100%22.75%-
XYZ0.80.324.02-
YUV7.51156.49124.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 95.08%
R=4.92%
G=0%
B=95.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal30580.95100.77243.110011.37
Hex303A5F6404Df364b
Octal3072137144011536314413
Binary11011101010111111100100010011011111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03003A; }

 p { color: rgb(3,0,58); }

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

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

 a { background-color: rgb(3,0,58); }

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

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

 span { border-color: rgb(3,0,58); }

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