COLOR #2B467E

HEX: #2B467E
RGB: (43,70,126)

Color info

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

RGB color model

#2B467E color RGB value is (43,70,126).

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

RGB channels and saturation

R 43 of 255 = 17%
G 70 of 255 = 27%
B 126 of 255 = 49%

43
70
126

R + G + B ~ 31%. #2B467E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 70 + 126 = 239 (100%)
R 43 of 239 ~ 17.99%
G 70 of 239 ~ 29.29%
B 126 of 239 ~ 52.72%

%17.99
%29.29
%52.72

CMYK color model

#2B467E color CMYK value is (66,44,0,51).

  • cyan value is 65.87%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(66,44,0,51)
C66M44Y0K51 
(66%,44%,0%,51%)
(0.66/0.44/0.00/0.51)	

CMYK percentages

%65.87
%44.44
%0
%50.59

Codes

Color #2B467E in popluar color models

2B467E
RGB4370126
HSL220°49.11%33.14%
HSB/HSV220°65.87%49.41%
CMYK65.87%44.44%0.00%
50.59%

Color #2B467E in popluar number systems.

HEX2B467E
Decimal4370126
Binary10101110001101111110
Octal53106176

Shades and tints

Shades of #2B467E

#2B467E
(43,70,126)
#284073
(40,64,115)
#253A68
(37,58,104)
#22345D
(34,52,93)
#1F2E52
(31,46,82)
#1C2847
(28,40,71)
#19223C
(25,34,60)
#161C31
(22,28,49)
#131626
(19,22,38)
#10101B
(16,16,27)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #2B467E

#2B467E
(43,70,126)
#3E5689
(62,86,137)
#516694
(81,102,148)
#64769F
(100,118,159)
#7786AA
(119,134,170)
#8A96B5
(138,150,181)
#9DA6C0
(157,166,192)
#B0B6CB
(176,182,203)
#C3C6D6
(195,198,214)
#D6D6E1
(214,214,225)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B467E; }

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

This text font color is #2B467E.


Background Color

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

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

This div background color is #2B467E.


Border color

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

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

This div border color is #2B467E.


Opacity

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

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

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

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

This text has shadow with #2B467E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B467E on black background.


Color preview on white background

This text has color #2B467E on white background.



Black color preview on #2B467E background

This text has black color on #2B467E background.


White color preview on #2B467E background

This text has white color on #2B467E background.