Color Hex Logo

#034c78 Color Hex

#034C78
(3,76,120)
0 Favorites   0 Comments

Color spaces of #034c78

RGB 376120
HSL0.560.950.24
HSV203°98°47°
CMYK 0.980.370.00   0.53
XYZ6.01226.544318.7156
Yxy6.54430.19230.2093
Hunter Lab25.5818-2.8174-25.4691
CIE-Lab30.7461-2.2710-30.6049

#034c78 color RGB value is (3,76,120).

#034c78 hex color red value is 3, green value is 76 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #034c78 hue: 0.56 , saturation: 0.95 and the lightness value of 034c78 is 0.24.

The process color (four color CMYK) of #034c78 color hex is 0.98, 0.37, 0.00, 0.53. Web safe color of #034c78 is #003366. Color #034c78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001100 01111000
Octal 3 114 170
Decimal 3 76 120
Hex 3 4C 78

RGB Percentages of Color #034c78

%1.51
%38.19
%60.30

CMYK Percentages of Color #034c78

%98
%37
%0
%53

Triadic Colors of #034c78

#034c78 #78034c #4c7803

Analogous Colors of #034c78

#034c78 #031278 #03786a

Monochromatic Colors of #034c78

#034c78

Complementary Color

#034c78 #782f03

#034c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034c78 Color CSS Codes

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

#034c78 Text Font Color

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

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


#034c78 Background Color

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

This div background color is #034c78


#034c78 Border Color

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

This div border color is #034c78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034c78


Comments

No comments written yet.

Please login to write comment.