COLOR #2B6399

HEX: #2B6399
RGB: (43,99,153)

Color info

#2B6399 contains mainly green and blue colors. Web safe color of #2B6399 is #336699 (or #369).

RGB color model

#2B6399 color RGB value is (43,99,153).

  • red value is 43;
  • green value is 99;
  • blue value is 153.
RGB: (43,99,153) (17%,39%,60%)

RGB channels and saturation

R 43 of 255 = 17%
G 99 of 255 = 39%
B 153 of 255 = 60%

43
99
153

R + G + B ~ 39%. #2B6399 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 99 + 153 = 295 (100%)
R 43 of 295 ~ 14.58%
G 99 of 295 ~ 33.56%
B 153 of 295 ~ 51.86%

%14.58
%33.56
%51.86

CMYK color model

#2B6399 color CMYK value is (72,35,0,40).

  • cyan value is 71.90%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (72,35,0,40) C72M35Y0K40 (72%,35%,0%,40%) (0.72/0.35/0.00/0.40)

CMYK percentages

%71.9
%35.29
%0
%40

Codes

Color #2B6399 in popluar color models

2B6399
RGB4399153
HSL209°56.12%38.43%
HSB/HSV209°71.90%60.00%
CMYK71.90%35.29%0.00%
40.00%

Color #2B6399 in popluar number systems.

HEX2B6399
Decimal4399153
Binary101011110001110011001
Octal53143231

Shades and tints

Shades of #2B6399

#2B6399
(43,99,153)
#285A8C
(40,90,140)
#25517F
(37,81,127)
#224872
(34,72,114)
#1F3F65
(31,63,101)
#1C3658
(28,54,88)
#192D4B
(25,45,75)
#16243E
(22,36,62)
#131B31
(19,27,49)
#101224
(16,18,36)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #2B6399

#2B6399
(43,99,153)
#3E71A2
(62,113,162)
#517FAB
(81,127,171)
#648DB4
(100,141,180)
#779BBD
(119,155,189)
#8AA9C6
(138,169,198)
#9DB7CF
(157,183,207)
#B0C5D8
(176,197,216)
#C3D3E1
(195,211,225)
#D6E1EA
(214,225,234)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B6399 color. Also use rgb(43,99,153) instead hex code.

Text Font Color

.myTextColor { color: #2B6399; }

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

This text font color is #2B6399.


Background Color

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

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

This div background color is #2B6399.


Border color

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

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

This div border color is #2B6399.


Opacity

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

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

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

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

This text has shadow with #2B6399 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2B6399 on black background.


Color preview on white background

This text has color #2B6399 on white background.



Black color preview on #2B6399 background

This text has black color on #2B6399 background.


White color preview on #2B6399 background

This text has white color on #2B6399 background.