COLOR #2B4C6A

HEX: #2B4C6A
RGB: (43,76,106)

Color info

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

RGB color model

#2B4C6A color RGB value is (43,76,106).

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

RGB channels and saturation

R 43 of 255 = 17%
G 76 of 255 = 30%
B 106 of 255 = 42%

43
76
106

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

Portions of RGB colors in percentages

R + G + B =
43 + 76 + 106 = 225 (100%)
R 43 of 225 ~ 19.11%
G 76 of 225 ~ 33.78%
B 106 of 225 ~ 47.11%

%19.11
%33.78
%47.11

CMYK color model

#2B4C6A color CMYK value is (59,28,0,58).

  • cyan value is 59.43%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(59,28,0,58)
C59M28Y0K58 
(59%,28%,0%,58%)
(0.59/0.28/0.00/0.58)	

CMYK percentages

%59.43
%28.3
%0
%58.43

Codes

Color #2B4C6A in popluar color models

2B4C6A
RGB4376106
HSL209°42.28%29.22%
HSB/HSV209°59.43%41.57%
CMYK59.43%28.30%0.00%
58.43%

Color #2B4C6A in popluar number systems.

HEX2B4C6A
Decimal4376106
Binary10101110011001101010
Octal53114152

Shades and tints

Shades of #2B4C6A

#2B4C6A
(43,76,106)
#284661
(40,70,97)
#254058
(37,64,88)
#223A4F
(34,58,79)
#1F3446
(31,52,70)
#1C2E3D
(28,46,61)
#192834
(25,40,52)
#16222B
(22,34,43)
#131C22
(19,28,34)
#101619
(16,22,25)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #2B4C6A

#2B4C6A
(43,76,106)
#3E5C77
(62,92,119)
#516C84
(81,108,132)
#647C91
(100,124,145)
#778C9E
(119,140,158)
#8A9CAB
(138,156,171)
#9DACB8
(157,172,184)
#B0BCC5
(176,188,197)
#C3CCD2
(195,204,210)
#D6DCDF
(214,220,223)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4C6A color. Also use rgb(43,76,106) instead hex code.

Text Font Color

.myTextColor { color: #2B4C6A; }

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

This text font color is #2B4C6A.


Background Color

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

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

This div background color is #2B4C6A.


Border color

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

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

This div border color is #2B4C6A.


Opacity

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

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

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

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

This text has shadow with #2B4C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4C6A on black background.


Color preview on white background

This text has color #2B4C6A on white background.



Black color preview on #2B4C6A background

This text has black color on #2B4C6A background.


White color preview on #2B4C6A background

This text has white color on #2B4C6A background.