Color Hex Logo

#0328ac Color Hex

#0328AC
(3,40,172)
0 Favorites   0 Comments

Color spaces of #0328ac

RGB 340172
HSL0.630.970.34
HSV227°98°67°
CMYK 0.980.770.00   0.33
XYZ8.24274.515539.4669
Yxy4.51550.15780.0865
Hunter Lab21.249732.0527-95.2440
CIE-Lab25.307343.2678-71.3810

#0328ac color RGB value is (3,40,172).

#0328ac hex color red value is 3, green value is 40 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0328ac hue: 0.63 , saturation: 0.97 and the lightness value of 0328ac is 0.34.

The process color (four color CMYK) of #0328ac color hex is 0.98, 0.77, 0.00, 0.33. Web safe color of #0328ac is #003399. Color #0328ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00101000 10101100
Octal 3 50 254
Decimal 3 40 172
Hex 3 28 AC

RGB Percentages of Color #0328ac

%1.40
%18.60
%80.00

CMYK Percentages of Color #0328ac

%98
%77
%0
%33

Triadic Colors of #0328ac

#0328ac #ac0328 #28ac03

Analogous Colors of #0328ac

#0328ac #3303ac #037dac

Monochromatic Colors of #0328ac

#0328ac

Complementary Color

#0328ac #ac8703

#0328ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0328ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0328ac Color CSS Codes

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

#0328ac Text Font Color

<p style="color:#0328ac">Text here</p>

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


#0328ac Background Color

<div style="background-color:#0328ac">
Div content here</div>

This div background color is #0328ac


#0328ac Border Color

<div style="border:3px solid #0328ac">
Div here</div>

This div border color is #0328ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,40,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0328ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0328ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0328ac;
  box-shadow:         1px 1px 3px 2px #0328ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0328ac


Comments

No comments written yet.

Please login to write comment.