Color Hex Logo

#3a719d Color Hex

#3A719D
(58,113,157)
0 Favorites   0 Comments

Color spaces of #3a719d

RGB 58113157
HSL0.570.460.42
HSV207°63°62°
CMYK 0.630.280.00   0.38
XYZ13.735915.144134.0974
Yxy15.14410.21810.2405
Hunter Lab38.9154-5.0972-24.7087
CIE-Lab45.8309-4.1253-29.2108

#3a719d color RGB value is (58,113,157).

#3a719d hex color red value is 58, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #3a719d hue: 0.57 , saturation: 0.46 and the lightness value of 3a719d is 0.42.

The process color (four color CMYK) of #3a719d color hex is 0.63, 0.28, 0.00, 0.38. Web safe color of #3a719d is #336699. Color #3a719d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110001 10011101
Octal 72 161 235
Decimal 58 113 157
Hex 3A 71 9D

RGB Percentages of Color #3a719d

%17.68
%34.45
%47.87

CMYK Percentages of Color #3a719d

%63
%28
%0
%38

Triadic Colors of #3a719d

#3a719d #9d3a71 #719d3a

Analogous Colors of #3a719d

#3a719d #3a409d #3a9d98

Monochromatic Colors of #3a719d

#3a719d

Complementary Color

#3a719d #9d663a

#3a719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a719d Color CSS Codes

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

#3a719d Text Font Color

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

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


#3a719d Background Color

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

This div background color is #3a719d


#3a719d Border Color

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

This div border color is #3a719d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,113,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a719d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a719d;
  -webkit-box-shadow: 1px 1px 3px 2px #3a719d;
  box-shadow:         1px 1px 3px 2px #3a719d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,113,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a719d


Comments

No comments written yet.

Please login to write comment.