COLOR #2B4D6B

HEX: #2B4D6B
RGB: (43,77,107)

Color info

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

RGB color model

#2B4D6B color RGB value is (43,77,107).

  • red value is 43;
  • green value is 77;
  • blue value is 107.
RGB:
(43,77,107)
(17%,30%,42%)

RGB channels and saturation

R 43 of 255 = 17%
G 77 of 255 = 30%
B 107 of 255 = 42%

43
77
107

R + G + B ~ 30%. #2B4D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 77 + 107 = 227 (100%)
R 43 of 227 ~ 18.94%
G 77 of 227 ~ 33.92%
B 107 of 227 ~ 47.14%

%18.94
%33.92
%47.14

CMYK color model

#2B4D6B color CMYK value is (60,28,0,58).

  • cyan value is 59.81%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(60,28,0,58)
C60M28Y0K58 
(60%,28%,0%,58%)
(0.60/0.28/0.00/0.58)	

CMYK percentages

%59.81
%28.04
%0
%58.04

Codes

Color #2B4D6B in popluar color models

2B4D6B
RGB4377107
HSL208°42.67%29.41%
HSB/HSV208°59.81%41.96%
CMYK59.81%28.04%0.00%
58.04%

Color #2B4D6B in popluar number systems.

HEX2B4D6B
Decimal4377107
Binary10101110011011101011
Octal53115153

Shades and tints

Shades of #2B4D6B

#2B4D6B
(43,77,107)
#284662
(40,70,98)
#253F59
(37,63,89)
#223850
(34,56,80)
#1F3147
(31,49,71)
#1C2A3E
(28,42,62)
#192335
(25,35,53)
#161C2C
(22,28,44)
#131523
(19,21,35)
#100E1A
(16,14,26)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #2B4D6B

#2B4D6B
(43,77,107)
#3E5D78
(62,93,120)
#516D85
(81,109,133)
#647D92
(100,125,146)
#778D9F
(119,141,159)
#8A9DAC
(138,157,172)
#9DADB9
(157,173,185)
#B0BDC6
(176,189,198)
#C3CDD3
(195,205,211)
#D6DDE0
(214,221,224)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4D6B color. Also use rgb(43,77,107) instead hex code.

Text Font Color

.myTextColor { color: #2B4D6B; }

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

This text font color is #2B4D6B.


Background Color

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

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

This div background color is #2B4D6B.


Border color

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

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

This div border color is #2B4D6B.


Opacity

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

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

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

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

This text has shadow with #2B4D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4D6B on black background.


Color preview on white background

This text has color #2B4D6B on white background.



Black color preview on #2B4D6B background

This text has black color on #2B4D6B background.


White color preview on #2B4D6B background

This text has white color on #2B4D6B background.