#03034B

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

Shades of Midnight Blue #03034B

Tints of Midnight Blue #03034B

Color information

#03034B (or 0x03034B) is unknown color: approx Midnight Blue. HEX triplet: 03, 03 and 4B. RGB value is (3,3,75). Sum of RGB (Red+Green+Blue) = 3+3+75=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 75 (29.69% from 255 or 92.59% from 81); Max value from RGB is 75 - color contains mainly: blue. Hex color #03034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03034B is #FCFCB4. Grayscale: #0A0A0A. Windows color (decimal): -16579765 or 4915971. OLE color: 4915971.

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

Color convert

RGB3375-
CMYK0.960.9600.71
HSL240º92.31%15.29%-
HSV(B)240º96%29.41%-
XYZ1.340.596.7-
YUV11.21164122.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 75 (29.69% from 255) = 92.59%
R=3.70%
G=3.70%
B=92.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal33750.960.9600.7124092.3115.29
Hex334B6060047f05cf
Octal33113140140010736013417
Binary1111100101111000001100000010001111111000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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