COLOR #2B4460

HEX: #2B4460
RGB: (43,68,96)

Color info

#2B4460 contains red, green and blue colors in about the same proportion. Web safe color of #2B4460 is #333366 (or #336).

RGB color model

#2B4460 color RGB value is (43,68,96).

  • red value is 43;
  • green value is 68;
  • blue value is 96.
RGB:
(43,68,96)
(17%,27%,38%)

RGB channels and saturation

R 43 of 255 = 17%
G 68 of 255 = 27%
B 96 of 255 = 38%

43
68
96

R + G + B ~ 27%. #2B4460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 68 + 96 = 207 (100%)
R 43 of 207 ~ 20.77%
G 68 of 207 ~ 32.85%
B 96 of 207 ~ 46.38%

%20.77
%32.85
%46.38

CMYK color model

#2B4460 color CMYK value is (55,29,0,62).

  • cyan value is 55.21%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(55,29,0,62)
C55M29Y0K62 
(55%,29%,0%,62%)
(0.55/0.29/0.00/0.62)	

CMYK percentages

%55.21
%29.17
%0
%62.35

Codes

Color #2B4460 in popluar color models

2B4460
RGB436896
HSL212°38.13%27.25%
HSB/HSV212°55.21%37.65%
CMYK55.21%29.17%0.00%
62.35%

Color #2B4460 in popluar number systems.

HEX2B4460
Decimal436896
Binary10101110001001100000
Octal53104140

Shades and tints

Shades of #2B4460

#2B4460
(43,68,96)
#283E58
(40,62,88)
#253850
(37,56,80)
#223248
(34,50,72)
#1F2C40
(31,44,64)
#1C2638
(28,38,56)
#192030
(25,32,48)
#161A28
(22,26,40)
#131420
(19,20,32)
#100E18
(16,14,24)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #2B4460

#2B4460
(43,68,96)
#3E556E
(62,85,110)
#51667C
(81,102,124)
#64778A
(100,119,138)
#778898
(119,136,152)
#8A99A6
(138,153,166)
#9DAAB4
(157,170,180)
#B0BBC2
(176,187,194)
#C3CCD0
(195,204,208)
#D6DDDE
(214,221,222)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4460; }

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

This text font color is #2B4460.


Background Color

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

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

This div background color is #2B4460.


Border color

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

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

This div border color is #2B4460.


Opacity

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

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

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

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

This text has shadow with #2B4460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4460 on black background.


Color preview on white background

This text has color #2B4460 on white background.



Black color preview on #2B4460 background

This text has black color on #2B4460 background.


White color preview on #2B4460 background

This text has white color on #2B4460 background.