Color Hex Logo

#034983 Color Hex

#034983
(3,73,131)
0 Favorites   0 Comments

Color spaces of #034983

RGB 373131
HSL0.580.960.26
HSV207°98°51°
CMYK 0.980.440.00   0.49
XYZ6.51686.423122.3690
Yxy6.42310.18460.1819
Hunter Lab25.34381.5470-34.5899
CIE-Lab30.45584.4051-37.9157

#034983 color RGB value is (3,73,131).

#034983 hex color red value is 3, green value is 73 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #034983 hue: 0.58 , saturation: 0.96 and the lightness value of 034983 is 0.26.

The process color (four color CMYK) of #034983 color hex is 0.98, 0.44, 0.00, 0.49. Web safe color of #034983 is #003399. Color #034983 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001001 10000011
Octal 3 111 203
Decimal 3 73 131
Hex 3 49 83

RGB Percentages of Color #034983

%1.45
%35.27
%63.29

CMYK Percentages of Color #034983

%98
%44
%0
%49

Triadic Colors of #034983

#034983 #830349 #498303

Analogous Colors of #034983

#034983 #030983 #03837d

Monochromatic Colors of #034983

#034983

Complementary Color

#034983 #833d03

#034983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034983 Color CSS Codes

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

#034983 Text Font Color

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

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


#034983 Background Color

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

This div background color is #034983


#034983 Border Color

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

This div border color is #034983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034983


Comments

No comments written yet.

Please login to write comment.