Color Hex Logo

#034cad Color Hex

#034CAD
(3,76,173)
0 Favorites   0 Comments

Color spaces of #034cad

RGB 376173
HSL0.600.970.35
HSV214°98°68°
CMYK 0.980.560.00   0.32
XYZ10.16488.205440.5832
Yxy8.20540.17240.1392
Hunter Lab28.645113.2125-63.9482
CIE-Lab34.407020.0605-57.0238

#034cad color RGB value is (3,76,173).

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

The process color (four color CMYK) of #034cad color hex is 0.98, 0.56, 0.00, 0.32. Web safe color of #034cad is #003399. Color #034cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001100 10101101
Octal 3 114 255
Decimal 3 76 173
Hex 3 4C AD

RGB Percentages of Color #034cad

%1.19
%30.16
%68.65

CMYK Percentages of Color #034cad

%98
%56
%0
%32

Triadic Colors of #034cad

#034cad #ad034c #4cad03

Analogous Colors of #034cad

#034cad #0f03ad #03a1ad

Monochromatic Colors of #034cad

#034cad

Complementary Color

#034cad #ad6403

#034cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#034cad Color CSS Codes

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

#034cad Text Font Color

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

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


#034cad Background Color

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

This div background color is #034cad


#034cad Border Color

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

This div border color is #034cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034cad


Comments

No comments written yet.

Please login to write comment.