#03034F

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

Shades of Midnight Blue #03034F

Tints of Midnight Blue #03034F

Color information

#03034F (or 0x03034F) is unknown color: approx Midnight Blue. HEX triplet: 03, 03 and 4F. RGB value is (3,3,79). Sum of RGB (Red+Green+Blue) = 3+3+79=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 79 (31.25% from 255 or 92.94% from 85); Max value from RGB is 79 - color contains mainly: blue. Hex color #03034F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03034F is #FCFCB0. Grayscale: #0B0B0B. Windows color (decimal): -16579761 or 5178115. OLE color: 5178115.

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

Color convert

RGB3379-
CMYK0.960.9600.69
HSL240º92.68%16.08%-
HSV(B)240º96.2%30.98%-
XYZ1.480.657.44-
YUV11.66166121.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 79 (31.25% from 255) = 92.94%
R=3.53%
G=3.53%
B=92.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal33790.960.9600.6924092.6816.08
Hex334F6060045f05d10
Octal33117140140010536013520
Binary11111001111110000011000000100010111110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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