Color Hex Logo

#03295a Color Hex

#03295A
(3,41,90)
0 Favorites   0 Comments

Color spaces of #03295a

RGB 34190
HSL0.590.940.18
HSV214°97°35°
CMYK 0.970.540.00   0.65
XYZ2.67602.34349.9841
Yxy2.34340.17840.1562
Hunter Lab15.30824.4140-27.9537
CIE-Lab17.19519.0260-32.9546

#03295a color RGB value is (3,41,90).

#03295a hex color red value is 3, green value is 41 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #03295a hue: 0.59 , saturation: 0.94 and the lightness value of 03295a is 0.18.

The process color (four color CMYK) of #03295a color hex is 0.97, 0.54, 0.00, 0.65. Web safe color of #03295a is #003366. Color #03295a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00101001 01011010
Octal 3 51 132
Decimal 3 41 90
Hex 3 29 5A

RGB Percentages of Color #03295a

%2.24
%30.60
%67.16

CMYK Percentages of Color #03295a

%97
%54
%0
%65

Triadic Colors of #03295a

#03295a #5a0329 #295a03

Analogous Colors of #03295a

#03295a #08035a #03555a

Monochromatic Colors of #03295a

#03295a

Complementary Color

#03295a #5a3403

#03295a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03295a Color Preview on White Background

Lorem ipsum dolor sit amet.

#03295a Color CSS Codes

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

#03295a Text Font Color

<p style="color:#03295a">Text here</p>

This sample text font color is #03295a
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.


#03295a Background Color

<div style="background-color:#03295a">
Div content here</div>

This div background color is #03295a


#03295a Border Color

<div style="border:3px solid #03295a">
Div here</div>

This div border color is #03295a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,41,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03295a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03295a;
  -webkit-box-shadow: 1px 1px 3px 2px #03295a;
  box-shadow:         1px 1px 3px 2px #03295a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03295a


Comments

No comments written yet.

Please login to write comment.