COLOR #2B4B6B

HEX: #2B4B6B
RGB: (43,75,107)

Color info

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

RGB color model

#2B4B6B color RGB value is (43,75,107).

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

RGB channels and saturation

R 43 of 255 = 17%
G 75 of 255 = 29%
B 107 of 255 = 42%

43
75
107

R + G + B ~ 29%. #2B4B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 75 + 107 = 225 (100%)
R 43 of 225 ~ 19.11%
G 75 of 225 ~ 33.33%
B 107 of 225 ~ 47.56%

%19.11
%33.33
%47.56

CMYK color model

#2B4B6B color CMYK value is (60,30,0,58).

  • cyan value is 59.81%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(60,30,0,58)
C60M30Y0K58 
(60%,30%,0%,58%)
(0.60/0.30/0.00/0.58)	

CMYK percentages

%59.81
%29.91
%0
%58.04

Codes

Color #2B4B6B in popluar color models

2B4B6B
RGB4375107
HSL210°42.67%29.41%
HSB/HSV210°59.81%41.96%
CMYK59.81%29.91%0.00%
58.04%

Color #2B4B6B in popluar number systems.

HEX2B4B6B
Decimal4375107
Binary10101110010111101011
Octal53113153

Shades and tints

Shades of #2B4B6B

#2B4B6B
(43,75,107)
#284562
(40,69,98)
#253F59
(37,63,89)
#223950
(34,57,80)
#1F3347
(31,51,71)
#1C2D3E
(28,45,62)
#192735
(25,39,53)
#16212C
(22,33,44)
#131B23
(19,27,35)
#10151A
(16,21,26)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #2B4B6B

#2B4B6B
(43,75,107)
#3E5B78
(62,91,120)
#516B85
(81,107,133)
#647B92
(100,123,146)
#778B9F
(119,139,159)
#8A9BAC
(138,155,172)
#9DABB9
(157,171,185)
#B0BBC6
(176,187,198)
#C3CBD3
(195,203,211)
#D6DBE0
(214,219,224)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4B6B; }

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

This text font color is #2B4B6B.


Background Color

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

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

This div background color is #2B4B6B.


Border color

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

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

This div border color is #2B4B6B.


Opacity

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

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

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

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

This text has shadow with #2B4B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4B6B on black background.


Color preview on white background

This text has color #2B4B6B on white background.



Black color preview on #2B4B6B background

This text has black color on #2B4B6B background.


White color preview on #2B4B6B background

This text has white color on #2B4B6B background.