COLOR #3A7FBB

HEX: #3A7FBB RGB: (58,127,187)

Color info

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

RGB color model

#3A7FBB color RGB value is (58,127,187).

RGB: (58,127,187) (23%, 50%, 73%)

RGB channels and saturation

R 58 of 255 = 23%
G 127 of 255 = 50%
B 187 of 255 = 73%

58
127
187

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

Portions of RGB colors in percentages

R + G + B = 58 + 127 + 187 = 372 (100%)
R 58 of 372 ~ 15.59%
G 127 of 372 ~ 34.14%
B 187 of 372 ~ 50.27'%

%15.59
%34.14
%50.27

CMYK color model

#3A7FBB color CMYK value is (69,32,0,27).

  • cyan value is 68.98%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (69,32,0,27)
C69M32Y0K27 (69%, 32%, 0%, 27%)
(0.69 / 0.32 / 0.00 / 0.27)

CMYK percentages

%68.98
%32.09
%0
%26.67

Codes

Color #3A7FBB in popluar color models

3A 7F BB
RGB 58 127 187
HSL 208° 52.65% 48.04%
HSB/HSV 208° 68.98% 73.33%
CMYK 68.98% 32.09% 0.00%
26.67%

Color #3A7FBB in popluar number systems.

HEX 3A 7F BB
Decimal 58 127 187
Binary 111010 1111111 10111011
Octal 72 177 273

Shades and tints

Shades of #3A7FBB

#3A7FBB
(58,127,187)
#3574AA
(53,116,170)
#306999
(48,105,153)
#2B5E88
(43,94,136)
#265377
(38,83,119)
#214866
(33,72,102)
#1C3D55
(28,61,85)
#173244
(23,50,68)
#122733
(18,39,51)
#0D1C22
(13,28,34)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #3A7FBB

#3A7FBB
(58,127,187)
#4B8AC1
(75,138,193)
#5C95C7
(92,149,199)
#6DA0CD
(109,160,205)
#7EABD3
(126,171,211)
#8FB6D9
(143,182,217)
#A0C1DF
(160,193,223)
#B1CCE5
(177,204,229)
#C2D7EB
(194,215,235)
#D3E2F1
(211,226,241)
#E4EDF7
(228,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7FBB color. Also use rgb(58,127,187) instead hex code.

Text Font Color

.myTextColor { color: #3A7FBB; }

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

This text font color is #3A7FBB.

Background Color

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

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

This div background color is #3A7FBB.

Border color

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

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

This div border color is #3A7FBB.

Opacity

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

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

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

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

This text has shadow with #3A7FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7FBB.

Preview

Color preview on black background

This text has color #3A7FBB on black background.


Color preview on white background

This text has color #3A7FBB on white background.


Black color preview on #3A7FBB background

This text has black color on #3A7FBB background.


White color preview on #3A7FBB background

This text has white color on #3A7FBB background.


Related colors

Complementary color

Complementary color for #hex is #C58044.


I love getcolorcode.com

Triadic colors

1 #BB3A7F and #7FBB3A with #3A7FBB are triadic colors.

2 #BB7F3A and #7F3ABB with #3A7FBB are triadic colors.