COLOR #3A77BC

HEX: #3A77BC RGB: (58,119,188)

Color info

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

RGB color model

#3A77BC color RGB value is (58,119,188).

RGB: (58,119,188) (23%, 47%, 74%)

RGB channels and saturation

R 58 of 255 = 23%
G 119 of 255 = 47%
B 188 of 255 = 74%

58
119
188

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

Portions of RGB colors in percentages

R + G + B = 58 + 119 + 188 = 365 (100%)
R 58 of 365 ~ 15.89%
G 119 of 365 ~ 32.6%
B 188 of 365 ~ 51.51'%

%15.89
%32.6
%51.51

CMYK color model

#3A77BC color CMYK value is (69,37,0,26).

  • cyan value is 69.15%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (69,37,0,26) C69M37Y0K26 (69%,37%,0%,26%) (0.69/0.37/0.00/0.26) 

CMYK percentages

%69.15
%36.7
%0
%26.27

Codes

Color #3A77BC in popluar color models

3A 77 BC
RGB 58 119 188
HSL 212° 52.85% 48.24%
HSB/HSV 212° 69.15% 73.73%
CMYK 69.15% 36.70% 0.00%
26.27%

Color #3A77BC in popluar number systems.

HEX 3A 77 BC
Decimal 58 119 188
Binary 111010 1110111 10111100
Octal 72 167 274

Shades and tints

Shades of #3A77BC

#3A77BC
(58,119,188)
#356DAB
(53,109,171)
#30639A
(48,99,154)
#2B5989
(43,89,137)
#264F78
(38,79,120)
#214567
(33,69,103)
#1C3B56
(28,59,86)
#173145
(23,49,69)
#122734
(18,39,52)
#0D1D23
(13,29,35)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #3A77BC

#3A77BC
(58,119,188)
#4B83C2
(75,131,194)
#5C8FC8
(92,143,200)
#6D9BCE
(109,155,206)
#7EA7D4
(126,167,212)
#8FB3DA
(143,179,218)
#A0BFE0
(160,191,224)
#B1CBE6
(177,203,230)
#C2D7EC
(194,215,236)
#D3E3F2
(211,227,242)
#E4EFF8
(228,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A77BC color. Also use rgb(58,119,188) instead hex code.

Text Font Color

.myTextColor { color: #3A77BC; }

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

This text font color is #3A77BC.

Background Color

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

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

This div background color is #3A77BC.

Border color

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

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

This div border color is #3A77BC.

Opacity

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

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

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

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

This text has shadow with #3A77BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A77BC.

Preview

Color preview on black background

This text has color #3A77BC on black background.


Color preview on white background

This text has color #3A77BC on white background.


Black color preview on #3A77BC background

This text has black color on #3A77BC background.


White color preview on #3A77BC background

This text has white color on #3A77BC background.


Related colors

Complementary color

Complementary color for #hex is #C58843.


I love getcolorcode.com

Triadic colors

1 #BC3A77 and #77BC3A with #3A77BC are triadic colors.

2 #BC773A and #773ABC with #3A77BC are triadic colors.