COLOR #2B377B

HEX: #2B377B RGB: (43,55,123)

Color info

#2B377B contains mainly blue color. Web safe color of #2B377B is #333366 (or #336).

RGB color model

#2B377B color RGB value is (43,55,123).

RGB: (43,55,123) (17%, 22%, 48%)

RGB channels and saturation

R 43 of 255 = 17%
G 55 of 255 = 22%
B 123 of 255 = 48%

43
55
123

R + G + B ~ 29%. #2B377B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 55 + 123 = 221 (100%)
R 43 of 221 ~ 19.46%
G 55 of 221 ~ 24.89%
B 123 of 221 ~ 55.66'%

%19.46
%24.89
%55.66

CMYK color model

#2B377B color CMYK value is (65,55,0,52).

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

CMYK: (65,55,0,52)
C65M55Y0K52 (65%, 55%, 0%, 52%)
(0.65 / 0.55 / 0.00 / 0.52)

CMYK percentages

%65.04
%55.28
%0
%51.76

Codes

Color #2B377B in popluar color models

2B 37 7B
RGB 43 55 123
HSL 231° 48.19% 32.55%
HSB/HSV 231° 65.04% 48.24%
CMYK 65.04% 55.28% 0.00%
51.76%

Color #2B377B in popluar number systems.

HEX 2B 37 7B
Decimal 43 55 123
Binary 101011 110111 1111011
Octal 53 67 173

Shades and tints

Shades of #2B377B

#2B377B
(43,55,123)
#283270
(40,50,112)
#252D65
(37,45,101)
#22285A
(34,40,90)
#1F234F
(31,35,79)
#1C1E44
(28,30,68)
#191939
(25,25,57)
#16142E
(22,20,46)
#130F23
(19,15,35)
#100A18
(16,10,24)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #2B377B

#2B377B
(43,55,123)
#3E4987
(62,73,135)
#515B93
(81,91,147)
#646D9F
(100,109,159)
#777FAB
(119,127,171)
#8A91B7
(138,145,183)
#9DA3C3
(157,163,195)
#B0B5CF
(176,181,207)
#C3C7DB
(195,199,219)
#D6D9E7
(214,217,231)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B377B; }

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

This text font color is #2B377B.

Background Color

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

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

This div background color is #2B377B.

Border color

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

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

This div border color is #2B377B.

Opacity

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

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

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

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

This text has shadow with #2B377B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B377B.

Preview

Color preview on black background

This text has color #2B377B on black background.


Color preview on white background

This text has color #2B377B on white background.


Black color preview on #2B377B background

This text has black color on #2B377B background.


White color preview on #2B377B background

This text has white color on #2B377B background.


Related colors

Complementary color

Complementary color for #hex is #D4C884.


I love getcolorcode.com

Triadic colors

1 #7B2B37 and #377B2B with #2B377B are triadic colors.

2 #7B372B and #372B7B with #2B377B are triadic colors.