Color Hex Logo

#0325ba Color Hex

#0325BA
(3,37,186)
0 Favorites   0 Comments

Color spaces of #0325ba

RGB 337186
HSL0.640.970.37
HSV229°98°73°
CMYK 0.980.800.00   0.27
XYZ9.56204.887746.8938
Yxy4.88770.15590.0797
Hunter Lab22.108138.5138-110.2849
CIE-Lab26.412449.7328-77.9116

#0325ba color RGB value is (3,37,186).

#0325ba hex color red value is 3, green value is 37 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0325ba hue: 0.64 , saturation: 0.97 and the lightness value of 0325ba is 0.37.

The process color (four color CMYK) of #0325ba color hex is 0.98, 0.80, 0.00, 0.27. Web safe color of #0325ba is #0033cc. Color #0325ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00100101 10111010
Octal 3 45 272
Decimal 3 37 186
Hex 3 25 BA

RGB Percentages of Color #0325ba

%1.33
%16.37
%82.30

CMYK Percentages of Color #0325ba

%98
%80
%0
%27

Triadic Colors of #0325ba

#0325ba #ba0325 #25ba03

Analogous Colors of #0325ba

#0325ba #3d03ba #0381ba

Monochromatic Colors of #0325ba

#0325ba

Complementary Color

#0325ba #ba9803

#0325ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0325ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0325ba Color CSS Codes

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

#0325ba Text Font Color

<p style="color:#0325ba">Text here</p>

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


#0325ba Background Color

<div style="background-color:#0325ba">
Div content here</div>

This div background color is #0325ba


#0325ba Border Color

<div style="border:3px solid #0325ba">
Div here</div>

This div border color is #0325ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,37,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0325ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0325ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0325ba;
  box-shadow:         1px 1px 3px 2px #0325ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0325ba


Comments

No comments written yet.

Please login to write comment.