COLOR #3A73D0

HEX: #3A73D0
RGB: (58,115,208)

Color info

#3A73D0 contains mainly blue color. Web safe color of #3A73D0 is #3366CC (or #36C).

RGB color model

#3A73D0 color RGB value is (58,115,208).

  • red value is 58;
  • green value is 115;
  • blue value is 208.
RGB:
(58,115,208)
(23%,45%,82%)

RGB channels and saturation

R 58 of 255 = 23%
G 115 of 255 = 45%
B 208 of 255 = 82%

58
115
208

R + G + B ~ 50%. #3A73D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 115 + 208 = 381 (100%)
R 58 of 381 ~ 15.22%
G 115 of 381 ~ 30.18%
B 208 of 381 ~ 54.59%

%15.22
%30.18
%54.59

CMYK color model

#3A73D0 color CMYK value is (72,45,0,18).

  • cyan value is 72.12%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(72,45,0,18)
C72M45Y0K18 
(72%,45%,0%,18%)
(0.72/0.45/0.00/0.18)	

CMYK percentages

%72.12
%44.71
%0
%18.43

Codes

Color #3A73D0 in popluar color models

3A73D0
RGB58115208
HSL217°61.48%52.16%
HSB/HSV217°72.12%81.57%
CMYK72.12%44.71%0.00%
18.43%

Color #3A73D0 in popluar number systems.

HEX3A73D0
Decimal58115208
Binary111010111001111010000
Octal72163320

Shades and tints

Shades of #3A73D0

#3A73D0
(58,115,208)
#3569BE
(53,105,190)
#305FAC
(48,95,172)
#2B559A
(43,85,154)
#264B88
(38,75,136)
#214176
(33,65,118)
#1C3764
(28,55,100)
#172D52
(23,45,82)
#122340
(18,35,64)
#0D192E
(13,25,46)
#080F1C
(8,15,28)
#000000
(0,0,0)

Tints of #3A73D0

#3A73D0
(58,115,208)
#4B7FD4
(75,127,212)
#5C8BD8
(92,139,216)
#6D97DC
(109,151,220)
#7EA3E0
(126,163,224)
#8FAFE4
(143,175,228)
#A0BBE8
(160,187,232)
#B1C7EC
(177,199,236)
#C2D3F0
(194,211,240)
#D3DFF4
(211,223,244)
#E4EBF8
(228,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A73D0 color. Also use rgb(58,115,208) instead hex code.

Text Font Color

.myTextColor { color: #3A73D0; }

<p style="color:#3A73D0">This sample text font color is #3A73D0.</p>

This text font color is #3A73D0.


Background Color

.myBgColor { background-color: #3A73D0; }

<div style="background-color:#3A73D0">Inner text</div>

This div background color is #3A73D0.


Border color

.myBorderColor { border: 1px solid #3A73D0; }

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

This div border color is #3A73D0.


Opacity

.myOpacity80 { color: #3A73D0; opacity: 0.8; }

<p style="color:#3A73D0;opacity:0.8;">80%</p>

Text with #3A73D0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3A73D0;}

<p style="text-shadow: 3px 3px 1px #3A73D0">Text here.</p>

This text has shadow with #3A73D0 color.

.textShadow {text-shadow: 3px 3px 1px #3A73D0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3A73D0, 5px 5px 20px red">Text here.</p>

This text has shadow with #3A73D0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3A73D0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3A73D0, Direction=45, Strength=4)">Text</p>

This text has shadow with #3A73D0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3A73D0;
  -webkit-box-shadow:	1px 1px 3px 2px #3A73D0;
  box-shadow:		1px 1px 3px 2px #3A73D0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3A73D0;
-webkit-box-shadow: 1px 1px 3px 2px #3A73D0;
box-shadow:1px 1px 3px 2px #3A73D0;">
Div content here</div>
This div box has shadow with color #3A73D0.

Preview

Color preview on black background

This text has color #3A73D0 on black background.


Color preview on white background

This text has color #3A73D0 on white background.



Black color preview on #3A73D0 background

This text has black color on #3A73D0 background.


White color preview on #3A73D0 background

This text has white color on #3A73D0 background.