COLOR #2B4563

HEX: #2B4563
RGB: (43,69,99)

Color info

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

RGB color model

#2B4563 color RGB value is (43,69,99).

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

RGB channels and saturation

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

43
69
99

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

Portions of RGB colors in percentages

R + G + B =
43 + 69 + 99 = 211 (100%)
R 43 of 211 ~ 20.38%
G 69 of 211 ~ 32.7%
B 99 of 211 ~ 46.92%

%20.38
%32.7
%46.92

CMYK color model

#2B4563 color CMYK value is (57,30,0,61).

  • cyan value is 56.57%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(57,30,0,61)
C57M30Y0K61 
(57%,30%,0%,61%)
(0.57/0.30/0.00/0.61)	

CMYK percentages

%56.57
%30.3
%0
%61.18

Codes

Color #2B4563 in popluar color models

2B4563
RGB436999
HSL212°39.44%27.84%
HSB/HSV212°56.57%38.82%
CMYK56.57%30.30%0.00%
61.18%

Color #2B4563 in popluar number systems.

HEX2B4563
Decimal436999
Binary10101110001011100011
Octal53105143

Shades and tints

Shades of #2B4563

#2B4563
(43,69,99)
#283F5A
(40,63,90)
#253951
(37,57,81)
#223348
(34,51,72)
#1F2D3F
(31,45,63)
#1C2736
(28,39,54)
#19212D
(25,33,45)
#161B24
(22,27,36)
#13151B
(19,21,27)
#100F12
(16,15,18)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #2B4563

#2B4563
(43,69,99)
#3E5571
(62,85,113)
#51657F
(81,101,127)
#64758D
(100,117,141)
#77859B
(119,133,155)
#8A95A9
(138,149,169)
#9DA5B7
(157,165,183)
#B0B5C5
(176,181,197)
#C3C5D3
(195,197,211)
#D6D5E1
(214,213,225)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4563; }

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

This text font color is #2B4563.


Background Color

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

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

This div background color is #2B4563.


Border color

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

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

This div border color is #2B4563.


Opacity

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

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

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

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

This text has shadow with #2B4563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4563 on black background.


Color preview on white background

This text has color #2B4563 on white background.



Black color preview on #2B4563 background

This text has black color on #2B4563 background.


White color preview on #2B4563 background

This text has white color on #2B4563 background.