Color Hex Logo

#034470 Color Hex

#034470
(3,68,112)
0 Favorites   0 Comments

Color spaces of #034470

RGB 368112
HSL0.570.950.23
HSV204°97°44°
CMYK 0.970.390.00   0.56
XYZ5.02935.323516.0917
Yxy5.32350.19020.2013
Hunter Lab23.0727-1.4685-25.2000
CIE-Lab27.6372-0.3790-30.5045

#034470 color RGB value is (3,68,112).

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

The process color (four color CMYK) of #034470 color hex is 0.97, 0.39, 0.00, 0.56. Web safe color of #034470 is #003366. Color #034470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000100 01110000
Octal 3 104 160
Decimal 3 68 112
Hex 3 44 70

RGB Percentages of Color #034470

%1.64
%37.16
%61.20

CMYK Percentages of Color #034470

%97
%39
%0
%56

Triadic Colors of #034470

#034470 #700344 #447003

Analogous Colors of #034470

#034470 #030d70 #037066

Monochromatic Colors of #034470

#034470

Complementary Color

#034470 #702f03

#034470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034470 Color CSS Codes

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

#034470 Text Font Color

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

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


#034470 Background Color

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

This div background color is #034470


#034470 Border Color

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

This div border color is #034470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034470


Comments

No comments written yet.

Please login to write comment.