Color Hex Logo

#034daf Color Hex

#034DAF
(3,77,175)
0 Favorites   0 Comments

Color spaces of #034daf

RGB 377175
HSL0.590.970.35
HSV214°98°69°
CMYK 0.980.560.00   0.31
XYZ10.42938.422341.6334
Yxy8.42230.17240.1392
Hunter Lab29.021213.3601-64.7418
CIE-Lab34.847320.2037-57.4956

#034daf color RGB value is (3,77,175).

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

The process color (four color CMYK) of #034daf color hex is 0.98, 0.56, 0.00, 0.31. Web safe color of #034daf is #006699. Color #034daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001101 10101111
Octal 3 115 257
Decimal 3 77 175
Hex 3 4D AF

RGB Percentages of Color #034daf

%1.18
%30.20
%68.63

CMYK Percentages of Color #034daf

%98
%56
%0
%31

Triadic Colors of #034daf

#034daf #af034d #4daf03

Analogous Colors of #034daf

#034daf #0f03af #03a3af

Monochromatic Colors of #034daf

#034daf

Complementary Color

#034daf #af6503

#034daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#034daf Color CSS Codes

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

#034daf Text Font Color

<p style="color:#034daf">Text here</p>

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


#034daf Background Color

<div style="background-color:#034daf">
Div content here</div>

This div background color is #034daf


#034daf Border Color

<div style="border:3px solid #034daf">
Div here</div>

This div border color is #034daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,77,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 #034daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034daf


Comments

No comments written yet.

Please login to write comment.