COLOR #2B447C

HEX: #2B447C RGB: (43,68,124)

Color info

#2B447C contains mainly green and blue colors. Web safe color of #2B447C is #333366 (or #336).

RGB color model

#2B447C color RGB value is (43,68,124).

RGB: (43,68,124) (17%, 27%, 49%)

RGB channels and saturation

R 43 of 255 = 17%
G 68 of 255 = 27%
B 124 of 255 = 49%

43
68
124

R + G + B ~ 31%. #2B447C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 68 + 124 = 235 (100%)
R 43 of 235 ~ 18.3%
G 68 of 235 ~ 28.94%
B 124 of 235 ~ 52.77'%

%18.3
%28.94
%52.77

CMYK color model

#2B447C color CMYK value is (65,45,0,51).

  • cyan value is 65.32%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (65,45,0,51)
C65M45Y0K51 (65%, 45%, 0%, 51%)
(0.65 / 0.45 / 0.00 / 0.51)

CMYK percentages

%65.32
%45.16
%0
%51.37

Codes

Color #2B447C in popluar color models

2B 44 7C
RGB 43 68 124
HSL 221° 48.50% 32.75%
HSB/HSV 221° 65.32% 48.63%
CMYK 65.32% 45.16% 0.00%
51.37%

Color #2B447C in popluar number systems.

HEX 2B 44 7C
Decimal 43 68 124
Binary 101011 1000100 1111100
Octal 53 104 174

Shades and tints

Shades of #2B447C

#2B447C
(43,68,124)
#283E71
(40,62,113)
#253866
(37,56,102)
#22325B
(34,50,91)
#1F2C50
(31,44,80)
#1C2645
(28,38,69)
#19203A
(25,32,58)
#161A2F
(22,26,47)
#131424
(19,20,36)
#100E19
(16,14,25)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #2B447C

#2B447C
(43,68,124)
#3E5587
(62,85,135)
#516692
(81,102,146)
#64779D
(100,119,157)
#7788A8
(119,136,168)
#8A99B3
(138,153,179)
#9DAABE
(157,170,190)
#B0BBC9
(176,187,201)
#C3CCD4
(195,204,212)
#D6DDDF
(214,221,223)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B447C color. Also use rgb(43,68,124) instead hex code.

Text Font Color

.myTextColor { color: #2B447C; }

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

This text font color is #2B447C.

Background Color

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

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

This div background color is #2B447C.

Border color

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

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

This div border color is #2B447C.

Opacity

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

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

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

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

This text has shadow with #2B447C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B447C.

Preview

Color preview on black background

This text has color #2B447C on black background.


Color preview on white background

This text has color #2B447C on white background.


Black color preview on #2B447C background

This text has black color on #2B447C background.


White color preview on #2B447C background

This text has white color on #2B447C background.


Related colors

Complementary color

Complementary color for #hex is #D4BB83.


I love getcolorcode.com

Triadic colors

1 #7C2B44 and #447C2B with #2B447C are triadic colors.

2 #7C442B and #442B7C with #2B447C are triadic colors.