COLOR #2B71A5

HEX: #2B71A5 RGB: (43,113,165)

Color info

#2B71A5 contains mainly green and blue colors. Web safe color of #2B71A5 is #336699 (or #369).

RGB color model

#2B71A5 color RGB value is (43,113,165).

RGB: (43,113,165) (17%, 44%, 65%)

RGB channels and saturation

R 43 of 255 = 17%
G 113 of 255 = 44%
B 165 of 255 = 65%

43
113
165

R + G + B ~ 42%. #2B71A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 43 + 113 + 165 = 321 (100%)
R 43 of 321 ~ 13.4%
G 113 of 321 ~ 35.2%
B 165 of 321 ~ 51.4'%

%13.4
%35.2
%51.4

CMYK color model

#2B71A5 color CMYK value is (74,32,0,35).

  • cyan value is 73.94%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (74,32,0,35) C74M32Y0K35 (74%,32%,0%,35%) (0.74/0.32/0.00/0.35) 

CMYK percentages

%73.94
%31.52
%0
%35.29

Codes

Color #2B71A5 in popluar color models

2B 71 A5
RGB 43 113 165
HSL 206° 58.65% 40.78%
HSB/HSV 206° 73.94% 64.71%
CMYK 73.94% 31.52% 0.00%
35.29%

Color #2B71A5 in popluar number systems.

HEX 2B 71 A5
Decimal 43 113 165
Binary 101011 1110001 10100101
Octal 53 161 245

Shades and tints

Shades of #2B71A5

#2B71A5
(43,113,165)
#286796
(40,103,150)
#255D87
(37,93,135)
#225378
(34,83,120)
#1F4969
(31,73,105)
#1C3F5A
(28,63,90)
#19354B
(25,53,75)
#162B3C
(22,43,60)
#13212D
(19,33,45)
#10171E
(16,23,30)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #2B71A5

#2B71A5
(43,113,165)
#3E7DAD
(62,125,173)
#5189B5
(81,137,181)
#6495BD
(100,149,189)
#77A1C5
(119,161,197)
#8AADCD
(138,173,205)
#9DB9D5
(157,185,213)
#B0C5DD
(176,197,221)
#C3D1E5
(195,209,229)
#D6DDED
(214,221,237)
#E9E9F5
(233,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B71A5 color. Also use rgb(43,113,165) instead hex code.

Text Font Color

.myTextColor { color: #2B71A5; }

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

This text font color is #2B71A5.

Background Color

.myBgColor { background-color: #2B71A5; }

<div style="background-color:#2B71A5">Inner text</div>

This div background color is #2B71A5.

Border color

.myBorderColor { border: 1px solid #2B71A5; }

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

This div border color is #2B71A5.

Opacity

.myOpacity80 { color: #2B71A5; opacity: 0.8; }

<p style="color:#2B71A5;opacity:0.8;">80%</p>

Text with #2B71A5 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 #2B71A5;}

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

This text has shadow with #2B71A5 color.


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

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

This text has shadow with #2B71A5 primary color and red secondary color.


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

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

This text has shadow with #2B71A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2B71A5.

Preview

Color preview on black background

This text has color #2B71A5 on black background.


Color preview on white background

This text has color #2B71A5 on white background.


Black color preview on #2B71A5 background

This text has black color on #2B71A5 background.


White color preview on #2B71A5 background

This text has white color on #2B71A5 background.


Related colors

Complementary color

Complementary color for #hex is #D48E5A.


I love getcolorcode.com

Triadic colors

1 #A52B71 and #71A52B with #2B71A5 are triadic colors.

2 #A5712B and #712BA5 with #2B71A5 are triadic colors.