Color Hex Logo

#034674 Color Hex

#034674
(3,70,116)
0 Favorites   0 Comments

Color spaces of #034674

RGB 370116
HSL0.570.950.23
HSV204°97°45°
CMYK 0.970.400.00   0.55
XYZ5.38015.660617.3320
Yxy5.66060.18960.1995
Hunter Lab23.7920-1.2717-26.5371
CIE-Lab28.5395-0.0016-31.5986

#034674 color RGB value is (3,70,116).

#034674 hex color red value is 3, green value is 70 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #034674 hue: 0.57 , saturation: 0.95 and the lightness value of 034674 is 0.23.

The process color (four color CMYK) of #034674 color hex is 0.97, 0.40, 0.00, 0.55. Web safe color of #034674 is #003366. Color #034674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000110 01110100
Octal 3 106 164
Decimal 3 70 116
Hex 3 46 74

RGB Percentages of Color #034674

%1.59
%37.04
%61.38

CMYK Percentages of Color #034674

%97
%40
%0
%55

Triadic Colors of #034674

#034674 #740346 #467403

Analogous Colors of #034674

#034674 #030e74 #03746a

Monochromatic Colors of #034674

#034674

Complementary Color

#034674 #743103

#034674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034674 Color CSS Codes

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

#034674 Text Font Color

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

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


#034674 Background Color

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

This div background color is #034674


#034674 Border Color

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

This div border color is #034674


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,70,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #034674; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #034674;
  -webkit-box-shadow: 1px 1px 3px 2px #034674;
  box-shadow:         1px 1px 3px 2px #034674; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034674


Comments

No comments written yet.

Please login to write comment.