COLOR #3A72B0

HEX: #3A72B0 RGB: (58,114,176)

Color info

#3A72B0 contains mainly blue color. Web safe color of #3A72B0 is #336699 (or #369).

RGB color model

#3A72B0 color RGB value is (58,114,176).

RGB: (58,114,176) (23%, 45%, 69%)

RGB channels and saturation

R 58 of 255 = 23%
G 114 of 255 = 45%
B 176 of 255 = 69%

58
114
176

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

Portions of RGB colors in percentages

R + G + B = 58 + 114 + 176 = 348 (100%)
R 58 of 348 ~ 16.67%
G 114 of 348 ~ 32.76%
B 176 of 348 ~ 50.57'%

%16.67
%32.76
%50.57

CMYK color model

#3A72B0 color CMYK value is (67,35,0,31).

  • cyan value is 67.05%
  • magenta value is 35.23%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (67,35,0,31)
C67M35Y0K31 (67%, 35%, 0%, 31%)
(0.67 / 0.35 / 0.00 / 0.31)

CMYK percentages

%67.05
%35.23
%0
%30.98

Codes

Color #3A72B0 in popluar color models

3A 72 B0
RGB 58 114 176
HSL 212° 50.43% 45.88%
HSB/HSV 212° 67.05% 69.02%
CMYK 67.05% 35.23% 0.00%
30.98%

Color #3A72B0 in popluar number systems.

HEX 3A 72 B0
Decimal 58 114 176
Binary 111010 1110010 10110000
Octal 72 162 260

Shades and tints

Shades of #3A72B0

#3A72B0
(58,114,176)
#3568A0
(53,104,160)
#305E90
(48,94,144)
#2B5480
(43,84,128)
#264A70
(38,74,112)
#214060
(33,64,96)
#1C3650
(28,54,80)
#172C40
(23,44,64)
#122230
(18,34,48)
#0D1820
(13,24,32)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #3A72B0

#3A72B0
(58,114,176)
#4B7EB7
(75,126,183)
#5C8ABE
(92,138,190)
#6D96C5
(109,150,197)
#7EA2CC
(126,162,204)
#8FAED3
(143,174,211)
#A0BADA
(160,186,218)
#B1C6E1
(177,198,225)
#C2D2E8
(194,210,232)
#D3DEEF
(211,222,239)
#E4EAF6
(228,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A72B0 color. Also use rgb(58,114,176) instead hex code.

Text Font Color

.myTextColor { color: #3A72B0; }

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

This text font color is #3A72B0.

Background Color

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

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

This div background color is #3A72B0.

Border color

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

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

This div border color is #3A72B0.

Opacity

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

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

Text with #3A72B0 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 #3A72B0;}

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

This text has shadow with #3A72B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A72B0.

Preview

Color preview on black background

This text has color #3A72B0 on black background.


Color preview on white background

This text has color #3A72B0 on white background.


Black color preview on #3A72B0 background

This text has black color on #3A72B0 background.


White color preview on #3A72B0 background

This text has white color on #3A72B0 background.


Related colors

Complementary color

Complementary color for #hex is #C58D4F.


I love getcolorcode.com

Triadic colors

1 #B03A72 and #72B03A with #3A72B0 are triadic colors.

2 #B0723A and #723AB0 with #3A72B0 are triadic colors.