COLOR #2B5E88

HEX: #2B5E88 RGB: (43,94,136)

Color info

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

RGB color model

#2B5E88 color RGB value is (43,94,136).

RGB: (43,94,136) (17%, 37%, 53%)

RGB channels and saturation

R 43 of 255 = 17%
G 94 of 255 = 37%
B 136 of 255 = 53%

43
94
136

R + G + B ~ 36%. #2B5E88 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 94 + 136 = 273 (100%)
R 43 of 273 ~ 15.75%
G 94 of 273 ~ 34.43%
B 136 of 273 ~ 49.82'%

%15.75
%34.43
%49.82

CMYK color model

#2B5E88 color CMYK value is (68,31,0,47).

  • cyan value is 68.38%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (68,31,0,47)
C68M31Y0K47 (68%, 31%, 0%, 47%)
(0.68 / 0.31 / 0.00 / 0.47)

CMYK percentages

%68.38
%30.88
%0
%46.67

Codes

Color #2B5E88 in popluar color models

2B 5E 88
RGB 43 94 136
HSL 207° 51.96% 35.10%
HSB/HSV 207° 68.38% 53.33%
CMYK 68.38% 30.88% 0.00%
46.67%

Color #2B5E88 in popluar number systems.

HEX 2B 5E 88
Decimal 43 94 136
Binary 101011 1011110 10001000
Octal 53 136 210

Shades and tints

Shades of #2B5E88

#2B5E88
(43,94,136)
#28567C
(40,86,124)
#254E70
(37,78,112)
#224664
(34,70,100)
#1F3E58
(31,62,88)
#1C364C
(28,54,76)
#192E40
(25,46,64)
#162634
(22,38,52)
#131E28
(19,30,40)
#10161C
(16,22,28)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #2B5E88

#2B5E88
(43,94,136)
#3E6C92
(62,108,146)
#517A9C
(81,122,156)
#6488A6
(100,136,166)
#7796B0
(119,150,176)
#8AA4BA
(138,164,186)
#9DB2C4
(157,178,196)
#B0C0CE
(176,192,206)
#C3CED8
(195,206,216)
#D6DCE2
(214,220,226)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B5E88; }

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

This text font color is #2B5E88.

Background Color

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

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

This div background color is #2B5E88.

Border color

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

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

This div border color is #2B5E88.

Opacity

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

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

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

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

This text has shadow with #2B5E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B5E88.

Preview

Color preview on black background

This text has color #2B5E88 on black background.


Color preview on white background

This text has color #2B5E88 on white background.


Black color preview on #2B5E88 background

This text has black color on #2B5E88 background.


White color preview on #2B5E88 background

This text has white color on #2B5E88 background.


Related colors

Complementary color

Complementary color for #hex is #D4A177.


I love getcolorcode.com

Triadic colors

1 #882B5E and #5E882B with #2B5E88 are triadic colors.

2 #885E2B and #5E2B88 with #2B5E88 are triadic colors.