Color Hex Logo

#034249 Color Hex

#034249
(3,66,73)
0 Favorites   0 Comments

Color spaces of #034249

RGB 36673
HSL0.520.920.15
HSV186°96°29°
CMYK 0.960.100.00   0.71
XYZ3.18844.39686.9840
Yxy4.39680.21880.3018
Hunter Lab20.9685-9.5529-5.0698
CIE-Lab24.9421-15.2190-9.4694

#034249 color RGB value is (3,66,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000010 01001001
Octal 3 102 111
Decimal 3 66 73
Hex 3 42 49

RGB Percentages of Color #034249

%2.11
%46.48
%51.41

CMYK Percentages of Color #034249

%96
%10
%0
%71

Triadic Colors of #034249

#034249 #490342 #424903

Analogous Colors of #034249

#034249 #031f49 #03492d

Monochromatic Colors of #034249

#034249

Complementary Color

#034249 #490a03

#034249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034249 Color CSS Codes

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

#034249 Text Font Color

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

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


#034249 Background Color

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

This div background color is #034249


#034249 Border Color

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

This div border color is #034249


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,66,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 #034249">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034249


Comments

No comments written yet.

Please login to write comment.