Color Hex Logo

#034585 Color Hex

#034585
(3,69,133)
0 Favorites   0 Comments

Color spaces of #034585

RGB 369133
HSL0.580.960.27
HSV210°98°52°
CMYK 0.980.480.00   0.48
XYZ6.39935.969123.0052
Yxy5.96910.18090.1687
Hunter Lab24.43173.9982-38.7259
CIE-Lab29.33448.0012-40.9575

#034585 color RGB value is (3,69,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000101 10000101
Octal 3 105 205
Decimal 3 69 133
Hex 3 45 85

RGB Percentages of Color #034585

%1.46
%33.66
%64.88

CMYK Percentages of Color #034585

%98
%48
%0
%48

Triadic Colors of #034585

#034585 #850345 #458503

Analogous Colors of #034585

#034585 #030485 #038584

Monochromatic Colors of #034585

#034585

Complementary Color

#034585 #854303

#034585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034585 Color CSS Codes

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

#034585 Text Font Color

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

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


#034585 Background Color

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

This div background color is #034585


#034585 Border Color

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

This div border color is #034585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034585


Comments

No comments written yet.

Please login to write comment.