#03034D

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

Shades of Midnight Blue #03034D

Tints of Midnight Blue #03034D

Color information

#03034D (or 0x03034D) is unknown color: approx Midnight Blue. HEX triplet: 03, 03 and 4D. RGB value is (3,3,77). Sum of RGB (Red+Green+Blue) = 3+3+77=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 77 (30.47% from 255 or 92.77% from 83); Max value from RGB is 77 - color contains mainly: blue. Hex color #03034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03034D is #FCFCB2. Grayscale: #0B0B0B. Windows color (decimal): -16579763 or 5047043. OLE color: 5047043.

HSL color Cylindrical-coordinate representation of color #03034D: hue angle of 240º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03034D is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB3377-
CMYK0.960.9600.70
HSL240º92.5%15.69%-
HSV(B)240º96.1%30.2%-
XYZ1.410.627.07-
YUV11.44165121.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 77 (30.47% from 255) = 92.77%
R=3.61%
G=3.61%
B=92.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal33770.960.9600.7024092.515.69
Hex334D6060046f05c10
Octal33115140140010636013420
Binary11111001101110000011000000100011011110000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03034D; }

 p { color: rgb(3,3,77); }

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

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

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

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

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

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

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