Hex #3a479b Color

#3a479b
equivalent to

RGB

(58, 71, 155)

Details of #3a479b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
58
9.9146
0.64
0.63
33.5047
7.7726
232°
27.8793
71
7.7726
0.46
0.54
21.9862
0.1996
63°
14.6901
155
31.9880
0.42
0.00   0.39
-47.6025
0.1565
61°
-48.4876

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
111010
72
58
3A
Green
1000111
107
71
47
Blue
10011011
233
155
9B

RGB in % of #3a479b

%20.42
%25.00
%54.58

CMYK in % of #3a479b

%63
%54
%0
%39

Triads of color #3a479b

#3a479b #479b3a #9b3a9b

Similar Colors to #3a479b

#3a479b #3a789b #5e3a9b

Preview Color #3a479b on black ground

#3a479b is very interesting for text.

Preview Color #3a479b on white ground

#3a479b is very interesting for text.

CSS Codes #3a479b color

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

Text Font Color #3a479b

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

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


Background Color #3a479b

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

This div background color is #3a479b


Border Color #3a479b

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

The color of this border is #3a479b


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #3a479b