Color Hex Logo

#034649 Color Hex

#034649
(3,70,73)
0 Favorites   0 Comments

Color spaces of #034649

RGB 37073
HSL0.510.920.15
HSV183°96°29°
CMYK 0.960.040.00   0.71
XYZ3.43034.88077.0646
Yxy4.88070.22310.3174
Hunter Lab22.0923-10.9456-3.4949
CIE-Lab26.3921-17.4901-7.2761

#034649 color RGB value is (3,70,73).

#034649 hex color red value is 3, green value is 70 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #034649 hue: 0.51 , saturation: 0.92 and the lightness value of 034649 is 0.15.

The process color (four color CMYK) of #034649 color hex is 0.96, 0.04, 0.00, 0.71. Web safe color of #034649 is #003333. Color #034649 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000110 01001001
Octal 3 106 111
Decimal 3 70 73
Hex 3 46 49

RGB Percentages of Color #034649

%2.05
%47.95
%50.00

CMYK Percentages of Color #034649

%96
%4
%0
%71

Triadic Colors of #034649

#034649 #490346 #464903

Analogous Colors of #034649

#034649 #032349 #034929

Monochromatic Colors of #034649

#034649

Complementary Color

#034649 #490603

#034649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034649 Color CSS Codes

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

#034649 Text Font Color

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

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


#034649 Background Color

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

This div background color is #034649


#034649 Border Color

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

This div border color is #034649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034649


Comments

No comments written yet.

Please login to write comment.