COLOR #2B5E9C

HEX: #2B5E9C RGB: (43,94,156)

Color info

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

RGB color model

#2B5E9C color RGB value is (43,94,156).

RGB: (43,94,156) (17%, 37%, 61%)

RGB channels and saturation

R 43 of 255 = 17%
G 94 of 255 = 37%
B 156 of 255 = 61%

43
94
156

R + G + B ~ 38%. #2B5E9C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 94 + 156 = 293 (100%)
R 43 of 293 ~ 14.68%
G 94 of 293 ~ 32.08%
B 156 of 293 ~ 53.24'%

%14.68
%32.08
%53.24

CMYK color model

#2B5E9C color CMYK value is (72,40,0,39).

  • cyan value is 72.44%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (72,40,0,39)
C72M40Y0K39 (72%, 40%, 0%, 39%)
(0.72 / 0.40 / 0.00 / 0.39)

CMYK percentages

%72.44
%39.74
%0
%38.82

Codes

Color #2B5E9C in popluar color models

2B 5E 9C
RGB 43 94 156
HSL 213° 56.78% 39.02%
HSB/HSV 213° 72.44% 61.18%
CMYK 72.44% 39.74% 0.00%
38.82%

Color #2B5E9C in popluar number systems.

HEX 2B 5E 9C
Decimal 43 94 156
Binary 101011 1011110 10011100
Octal 53 136 234

Shades and tints

Shades of #2B5E9C

#2B5E9C
(43,94,156)
#28568E
(40,86,142)
#254E80
(37,78,128)
#224672
(34,70,114)
#1F3E64
(31,62,100)
#1C3656
(28,54,86)
#192E48
(25,46,72)
#16263A
(22,38,58)
#131E2C
(19,30,44)
#10161E
(16,22,30)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #2B5E9C

#2B5E9C
(43,94,156)
#3E6CA5
(62,108,165)
#517AAE
(81,122,174)
#6488B7
(100,136,183)
#7796C0
(119,150,192)
#8AA4C9
(138,164,201)
#9DB2D2
(157,178,210)
#B0C0DB
(176,192,219)
#C3CEE4
(195,206,228)
#D6DCED
(214,220,237)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B5E9C color. Also use rgb(43,94,156) instead hex code.

Text Font Color

.myTextColor { color: #2B5E9C; }

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

This text font color is #2B5E9C.

Background Color

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

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

This div background color is #2B5E9C.

Border color

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

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

This div border color is #2B5E9C.

Opacity

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

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

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

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

This text has shadow with #2B5E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B5E9C.

Preview

Color preview on black background

This text has color #2B5E9C on black background.


Color preview on white background

This text has color #2B5E9C on white background.


Black color preview on #2B5E9C background

This text has black color on #2B5E9C background.


White color preview on #2B5E9C background

This text has white color on #2B5E9C background.


Related colors

Complementary color

Complementary color for #hex is #D4A163.


I love getcolorcode.com

Triadic colors

1 #9C2B5E and #5E9C2B with #2B5E9C are triadic colors.

2 #9C5E2B and #5E2B9C with #2B5E9C are triadic colors.