Color Hex Logo

#032eaf Color Hex

#032EAF
(3,46,175)
0 Favorites   0 Comments

Color spaces of #032eaf

RGB 346175
HSL0.630.970.35
HSV225°98°69°
CMYK 0.980.740.00   0.31
XYZ8.75245.068541.0745
Yxy5.06850.15940.0923
Hunter Lab22.513329.9963-92.4125
CIE-Lab26.929040.7484-70.4954

#032eaf color RGB value is (3,46,175).

#032eaf hex color red value is 3, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #032eaf hue: 0.63 , saturation: 0.97 and the lightness value of 032eaf is 0.35.

The process color (four color CMYK) of #032eaf color hex is 0.98, 0.74, 0.00, 0.31. Web safe color of #032eaf is #003399. Color #032eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00101110 10101111
Octal 3 56 257
Decimal 3 46 175
Hex 3 2E AF

RGB Percentages of Color #032eaf

%1.34
%20.54
%78.13

CMYK Percentages of Color #032eaf

%98
%74
%0
%31

Triadic Colors of #032eaf

#032eaf #af032e #2eaf03

Analogous Colors of #032eaf

#032eaf #2e03af #0384af

Monochromatic Colors of #032eaf

#032eaf

Complementary Color

#032eaf #af8403

#032eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#032eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#032eaf Color CSS Codes

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

#032eaf Text Font Color

<p style="color:#032eaf">Text here</p>

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


#032eaf Background Color

<div style="background-color:#032eaf">
Div content here</div>

This div background color is #032eaf


#032eaf Border Color

<div style="border:3px solid #032eaf">
Div here</div>

This div border color is #032eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,46,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #032eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #032eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #032eaf;
  box-shadow:         1px 1px 3px 2px #032eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #032eaf


Comments

No comments written yet.

Please login to write comment.