COLOR #2B4663

HEX: #2B4663
RGB: (43,70,99)

Color info

#2B4663 contains red, green and blue colors in about the same proportion. Web safe color of #2B4663 is #333366 (or #336).

RGB color model

#2B4663 color RGB value is (43,70,99).

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

RGB channels and saturation

R 43 of 255 = 17%
G 70 of 255 = 27%
B 99 of 255 = 39%

43
70
99

R + G + B ~ 28%. #2B4663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 70 + 99 = 212 (100%)
R 43 of 212 ~ 20.28%
G 70 of 212 ~ 33.02%
B 99 of 212 ~ 46.7%

%20.28
%33.02
%46.7

CMYK color model

#2B4663 color CMYK value is (57,29,0,61).

  • cyan value is 56.57%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(57,29,0,61)
C57M29Y0K61 
(57%,29%,0%,61%)
(0.57/0.29/0.00/0.61)	

CMYK percentages

%56.57
%29.29
%0
%61.18

Codes

Color #2B4663 in popluar color models

2B4663
RGB437099
HSL211°39.44%27.84%
HSB/HSV211°56.57%38.82%
CMYK56.57%29.29%0.00%
61.18%

Color #2B4663 in popluar number systems.

HEX2B4663
Decimal437099
Binary10101110001101100011
Octal53106143

Shades and tints

Shades of #2B4663

#2B4663
(43,70,99)
#28405A
(40,64,90)
#253A51
(37,58,81)
#223448
(34,52,72)
#1F2E3F
(31,46,63)
#1C2836
(28,40,54)
#19222D
(25,34,45)
#161C24
(22,28,36)
#13161B
(19,22,27)
#101012
(16,16,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #2B4663

#2B4663
(43,70,99)
#3E5671
(62,86,113)
#51667F
(81,102,127)
#64768D
(100,118,141)
#77869B
(119,134,155)
#8A96A9
(138,150,169)
#9DA6B7
(157,166,183)
#B0B6C5
(176,182,197)
#C3C6D3
(195,198,211)
#D6D6E1
(214,214,225)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4663; }

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

This text font color is #2B4663.


Background Color

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

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

This div background color is #2B4663.


Border color

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

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

This div border color is #2B4663.


Opacity

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

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

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

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

This text has shadow with #2B4663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4663 on black background.


Color preview on white background

This text has color #2B4663 on white background.



Black color preview on #2B4663 background

This text has black color on #2B4663 background.


White color preview on #2B4663 background

This text has white color on #2B4663 background.