Html Css Color HEX #03034A Midnight Blue

📋 copy color: '#03034A'

red 3 ◦ green 3 ◦ blue 74

#03034A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #03034A

Tints of Midnight Blue #03034A

RGB

 RED value IS 3 (1.56% from 255) = 3.75%

 GREEN value IS 3 (1.56% from 255) = 3.75%

 BLUE value IS 74 (29.3% from 255) = 92.5%

R = 3.75%
G = 3.75%
B = 92.5%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#03034A (or 0x03034A) is known color: Midnight Blue. HEX triplet: 03, 03 and 4A. RGB value is (3,3,74). Sum of RGB (Red+Green+Blue) = 3+3+74=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 74 (29.30% from 255 or 92.5% from 80); Max value from RGB is 74 - color contains mainly: blue. Hex color #03034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03034A is #FCFCB5. Grayscale: #0A0A0A. Windows color (decimal): -16579766 or 4850435. OLE color: 4850435.

HSL color Cylindrical-coordinate representation of color #03034A: 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 #03034A is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 3 74 -
CMYK 0.96 0.96 0 0.71
HSL 240º 0.92% 0.15% -
HSV(B) 240º 0.96% 0.29% -
XYZ 1.31 0.58 6.52 -
YUV 11.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 3 3 74 0.96 0.96 0 0.71 240 0.92 0.15
Hex 3 3 4A 60 60 0 47 F0 5C F
Octal 3 3 112 140 140 0 107 360 134 17
Binary 11 11 1001010 1100000 1100000 0 1000111 11110000 1011100 1111

Color Harmonies of #03034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03034A

Black with #03034A

Text Example


Text Example

White with #03034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03034A;
 }
 .AnyTagClassName
 {
   color: #03034A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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