Color Hex Logo

#034d8d Color Hex

#034D8D
(3,77,141)
0 Favorites   0 Comments

Color spaces of #034d8d

RGB 377141
HSL0.580.960.28
HSV208°98°55°
CMYK 0.980.450.00   0.45
XYZ7.49917.250226.2035
Yxy7.25020.18310.1770
Hunter Lab26.92622.5924-38.8503
CIE-Lab32.36985.9597-41.0064

#034d8d color RGB value is (3,77,141).

#034d8d hex color red value is 3, green value is 77 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #034d8d hue: 0.58 , saturation: 0.96 and the lightness value of 034d8d is 0.28.

The process color (four color CMYK) of #034d8d color hex is 0.98, 0.45, 0.00, 0.45. Web safe color of #034d8d is #006699. Color #034d8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001101 10001101
Octal 3 115 215
Decimal 3 77 141
Hex 3 4D 8D

RGB Percentages of Color #034d8d

%1.36
%34.84
%63.80

CMYK Percentages of Color #034d8d

%98
%45
%0
%45

Triadic Colors of #034d8d

#034d8d #8d034d #4d8d03

Analogous Colors of #034d8d

#034d8d #03088d #038d88

Monochromatic Colors of #034d8d

#034d8d

Complementary Color

#034d8d #8d4303

#034d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#034d8d Color CSS Codes

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

#034d8d Text Font Color

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

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


#034d8d Background Color

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

This div background color is #034d8d


#034d8d Border Color

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

This div border color is #034d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034d8d


Comments

No comments written yet.

Please login to write comment.