COLOR #2B5D7B

HEX: #2B5D7B RGB: (43,93,123)

Color info

#2B5D7B contains mainly green and blue colors. Web safe color of #2B5D7B is #336666 (or #366).

RGB color model

#2B5D7B color RGB value is (43,93,123).

RGB: (43,93,123) (17%, 36%, 48%)

RGB channels and saturation

R 43 of 255 = 17%
G 93 of 255 = 36%
B 123 of 255 = 48%

43
93
123

R + G + B ~ 34%. #2B5D7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 93 + 123 = 259 (100%)
R 43 of 259 ~ 16.6%
G 93 of 259 ~ 35.91%
B 123 of 259 ~ 47.49'%

%16.6
%35.91
%47.49

CMYK color model

#2B5D7B color CMYK value is (65,24,0,52).

  • cyan value is 65.04%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (65,24,0,52)
C65M24Y0K52 (65%, 24%, 0%, 52%)
(0.65 / 0.24 / 0.00 / 0.52)

CMYK percentages

%65.04
%24.39
%0
%51.76

Codes

Color #2B5D7B in popluar color models

2B 5D 7B
RGB 43 93 123
HSL 203° 48.19% 32.55%
HSB/HSV 203° 65.04% 48.24%
CMYK 65.04% 24.39% 0.00%
51.76%

Color #2B5D7B in popluar number systems.

HEX 2B 5D 7B
Decimal 43 93 123
Binary 101011 1011101 1111011
Octal 53 135 173

Shades and tints

Shades of #2B5D7B

#2B5D7B
(43,93,123)
#285570
(40,85,112)
#254D65
(37,77,101)
#22455A
(34,69,90)
#1F3D4F
(31,61,79)
#1C3544
(28,53,68)
#192D39
(25,45,57)
#16252E
(22,37,46)
#131D23
(19,29,35)
#101518
(16,21,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #2B5D7B

#2B5D7B
(43,93,123)
#3E6B87
(62,107,135)
#517993
(81,121,147)
#64879F
(100,135,159)
#7795AB
(119,149,171)
#8AA3B7
(138,163,183)
#9DB1C3
(157,177,195)
#B0BFCF
(176,191,207)
#C3CDDB
(195,205,219)
#D6DBE7
(214,219,231)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B5D7B color. Also use rgb(43,93,123) instead hex code.

Text Font Color

.myTextColor { color: #2B5D7B; }

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

This text font color is #2B5D7B.

Background Color

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

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

This div background color is #2B5D7B.

Border color

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

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

This div border color is #2B5D7B.

Opacity

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

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

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

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

This text has shadow with #2B5D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B5D7B.

Preview

Color preview on black background

This text has color #2B5D7B on black background.


Color preview on white background

This text has color #2B5D7B on white background.


Black color preview on #2B5D7B background

This text has black color on #2B5D7B background.


White color preview on #2B5D7B background

This text has white color on #2B5D7B background.


Related colors

Complementary color

Complementary color for #hex is #D4A284.


I love getcolorcode.com

Triadic colors

1 #7B2B5D and #5D7B2B with #2B5D7B are triadic colors.

2 #7B5D2B and #5D2B7B with #2B5D7B are triadic colors.