COLOR #2B4C70

HEX: #2B4C70
RGB: (43,76,112)

Color info

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

RGB color model

#2B4C70 color RGB value is (43,76,112).

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

RGB channels and saturation

R 43 of 255 = 17%
G 76 of 255 = 30%
B 112 of 255 = 44%

43
76
112

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

Portions of RGB colors in percentages

R + G + B =
43 + 76 + 112 = 231 (100%)
R 43 of 231 ~ 18.61%
G 76 of 231 ~ 32.9%
B 112 of 231 ~ 48.48%

%18.61
%32.9
%48.48

CMYK color model

#2B4C70 color CMYK value is (62,32,0,56).

  • cyan value is 61.61%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(62,32,0,56)
C62M32Y0K56 
(62%,32%,0%,56%)
(0.62/0.32/0.00/0.56)	

CMYK percentages

%61.61
%32.14
%0
%56.08

Codes

Color #2B4C70 in popluar color models

2B4C70
RGB4376112
HSL211°44.52%30.39%
HSB/HSV211°61.61%43.92%
CMYK61.61%32.14%0.00%
56.08%

Color #2B4C70 in popluar number systems.

HEX2B4C70
Decimal4376112
Binary10101110011001110000
Octal53114160

Shades and tints

Shades of #2B4C70

#2B4C70
(43,76,112)
#284666
(40,70,102)
#25405C
(37,64,92)
#223A52
(34,58,82)
#1F3448
(31,52,72)
#1C2E3E
(28,46,62)
#192834
(25,40,52)
#16222A
(22,34,42)
#131C20
(19,28,32)
#101616
(16,22,22)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #2B4C70

#2B4C70
(43,76,112)
#3E5C7D
(62,92,125)
#516C8A
(81,108,138)
#647C97
(100,124,151)
#778CA4
(119,140,164)
#8A9CB1
(138,156,177)
#9DACBE
(157,172,190)
#B0BCCB
(176,188,203)
#C3CCD8
(195,204,216)
#D6DCE5
(214,220,229)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4C70; }

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

This text font color is #2B4C70.


Background Color

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

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

This div background color is #2B4C70.


Border color

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

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

This div border color is #2B4C70.


Opacity

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

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

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

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

This text has shadow with #2B4C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4C70 on black background.


Color preview on white background

This text has color #2B4C70 on white background.



Black color preview on #2B4C70 background

This text has black color on #2B4C70 background.


White color preview on #2B4C70 background

This text has white color on #2B4C70 background.