COLOR #2B59A2

HEX: #2B59A2 RGB: (43,89,162)

Color info

#2B59A2 contains mainly blue color. Web safe color of #2B59A2 is #336699 (or #369).

RGB color model

#2B59A2 color RGB value is (43,89,162).

RGB: (43,89,162) (17%, 35%, 64%)

RGB channels and saturation

R 43 of 255 = 17%
G 89 of 255 = 35%
B 162 of 255 = 64%

43
89
162

R + G + B ~ 39%. #2B59A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 89 + 162 = 294 (100%)
R 43 of 294 ~ 14.63%
G 89 of 294 ~ 30.27%
B 162 of 294 ~ 55.1'%

%14.63
%30.27
%55.1

CMYK color model

#2B59A2 color CMYK value is (73,45,0,36).

  • cyan value is 73.46%
  • magenta value is 45.06%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (73,45,0,36)
C73M45Y0K36 (73%, 45%, 0%, 36%)
(0.73 / 0.45 / 0.00 / 0.36)

CMYK percentages

%73.46
%45.06
%0
%36.47

Codes

Color #2B59A2 in popluar color models

2B 59 A2
RGB 43 89 162
HSL 217° 58.05% 40.20%
HSB/HSV 217° 73.46% 63.53%
CMYK 73.46% 45.06% 0.00%
36.47%

Color #2B59A2 in popluar number systems.

HEX 2B 59 A2
Decimal 43 89 162
Binary 101011 1011001 10100010
Octal 53 131 242

Shades and tints

Shades of #2B59A2

#2B59A2
(43,89,162)
#285194
(40,81,148)
#254986
(37,73,134)
#224178
(34,65,120)
#1F396A
(31,57,106)
#1C315C
(28,49,92)
#19294E
(25,41,78)
#162140
(22,33,64)
#131932
(19,25,50)
#101124
(16,17,36)
#0D0916
(13,9,22)
#000000
(0,0,0)

Tints of #2B59A2

#2B59A2
(43,89,162)
#3E68AA
(62,104,170)
#5177B2
(81,119,178)
#6486BA
(100,134,186)
#7795C2
(119,149,194)
#8AA4CA
(138,164,202)
#9DB3D2
(157,179,210)
#B0C2DA
(176,194,218)
#C3D1E2
(195,209,226)
#D6E0EA
(214,224,234)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B59A2 color. Also use rgb(43,89,162) instead hex code.

Text Font Color

.myTextColor { color: #2B59A2; }

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

This text font color is #2B59A2.

Background Color

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

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

This div background color is #2B59A2.

Border color

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

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

This div border color is #2B59A2.

Opacity

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

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

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

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

This text has shadow with #2B59A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B59A2.

Preview

Color preview on black background

This text has color #2B59A2 on black background.


Color preview on white background

This text has color #2B59A2 on white background.


Black color preview on #2B59A2 background

This text has black color on #2B59A2 background.


White color preview on #2B59A2 background

This text has white color on #2B59A2 background.


Related colors

Complementary color

Complementary color for #hex is #D4A65D.


I love getcolorcode.com

Triadic colors

1 #A22B59 and #59A22B with #2B59A2 are triadic colors.

2 #A2592B and #592BA2 with #2B59A2 are triadic colors.