Color Hex Logo

#03044b Color Hex

#03044B
(3,4,75)
0 Favorites   0 Comments

Color spaces of #03044b

RGB 3475
HSL0.660.920.15
HSV239°96°29°
CMYK 0.960.950.00   0.71
XYZ1.35100.61426.7040
Yxy0.61420.15580.0708
Hunter Lab7.837117.0559-45.2319
CIE-Lab5.548028.2387-41.8229

#03044b color RGB value is (3,4,75).

#03044b hex color red value is 3, green value is 4 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #03044b hue: 0.66 , saturation: 0.92 and the lightness value of 03044b is 0.15.

The process color (four color CMYK) of #03044b color hex is 0.96, 0.95, 0.00, 0.71. Web safe color of #03044b is #000033. Color #03044b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000100 01001011
Octal 3 4 113
Decimal 3 4 75
Hex 3 4 4B

RGB Percentages of Color #03044b

%3.66
%4.88
%91.46

CMYK Percentages of Color #03044b

%96
%95
%0
%71

Triadic Colors of #03044b

#03044b #4b0304 #044b03

Analogous Colors of #03044b

#03044b #26034b #03284b

Monochromatic Colors of #03044b

#03044b

Complementary Color

#03044b #4b4a03

#03044b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03044b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03044b Color CSS Codes

.mybgcolor {background-color:#03044b; } 
.myforecolor {color:#03044b; }
.mybordercolor {border:3px solid #03044b; }

#03044b Text Font Color

<p style="color:#03044b">Text here</p>

This sample text font color is #03044b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#03044b Background Color

<div style="background-color:#03044b">
Div content here</div>

This div background color is #03044b


#03044b Border Color

<div style="border:3px solid #03044b">
Div here</div>

This div border color is #03044b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,4,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03044b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03044b;
  -webkit-box-shadow: 1px 1px 3px 2px #03044b;
  box-shadow:         1px 1px 3px 2px #03044b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,4,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #03044b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #03044b;
  -webkit-box-shadow: 1px 1px 3px 2px #03044b;
  box-shadow:         1px 1px 3px 2px #03044b;">
Div content here</div>

This div box has shadow with color #03044b


Comments

No comments written yet.

Please login to write comment.