Color Hex Logo

#0329bf Color Hex

#0329BF
(3,41,191)
0 Favorites   0 Comments

Color spaces of #0329bf

RGB 341191
HSL0.630.970.38
HSV228°98°75°
CMYK 0.980.790.00   0.25
XYZ10.23455.366849.7867
Yxy5.36680.15650.0821
Hunter Lab23.166438.3171-111.2034
CIE-Lab27.755249.2735-78.6405

#0329bf color RGB value is (3,41,191).

#0329bf hex color red value is 3, green value is 41 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0329bf hue: 0.63 , saturation: 0.97 and the lightness value of 0329bf is 0.38.

The process color (four color CMYK) of #0329bf color hex is 0.98, 0.79, 0.00, 0.25. Web safe color of #0329bf is #0033cc. Color #0329bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00101001 10111111
Octal 3 51 277
Decimal 3 41 191
Hex 3 29 BF

RGB Percentages of Color #0329bf

%1.28
%17.45
%81.28

CMYK Percentages of Color #0329bf

%98
%79
%0
%25

Triadic Colors of #0329bf

#0329bf #bf0329 #29bf03

Analogous Colors of #0329bf

#0329bf #3b03bf #0387bf

Monochromatic Colors of #0329bf

#0329bf

Complementary Color

#0329bf #bf9903

#0329bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0329bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0329bf Color CSS Codes

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

#0329bf Text Font Color

<p style="color:#0329bf">Text here</p>

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


#0329bf Background Color

<div style="background-color:#0329bf">
Div content here</div>

This div background color is #0329bf


#0329bf Border Color

<div style="border:3px solid #0329bf">
Div here</div>

This div border color is #0329bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0329bf


Comments

No comments written yet.

Please login to write comment.