COLOR #2B347E

HEX: #2B347E
RGB: (43,52,126)

Color info

#2B347E contains mainly blue color. Web safe color of #2B347E is #333366 (or #336).

RGB color model

#2B347E color RGB value is (43,52,126).

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

RGB channels and saturation

R 43 of 255 = 17%
G 52 of 255 = 20%
B 126 of 255 = 49%

43
52
126

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

Portions of RGB colors in percentages

R + G + B =
43 + 52 + 126 = 221 (100%)
R 43 of 221 ~ 19.46%
G 52 of 221 ~ 23.53%
B 126 of 221 ~ 57.01%

%19.46
%23.53
%57.01

CMYK color model

#2B347E color CMYK value is (66,59,0,51).

  • cyan value is 65.87%
  • magenta value is 58.73%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(66,59,0,51)
C66M59Y0K51 
(66%,59%,0%,51%)
(0.66/0.59/0.00/0.51)	

CMYK percentages

%65.87
%58.73
%0
%50.59

Codes

Color #2B347E in popluar color models

2B347E
RGB4352126
HSL233°49.11%33.14%
HSB/HSV233°65.87%49.41%
CMYK65.87%58.73%0.00%
50.59%

Color #2B347E in popluar number systems.

HEX2B347E
Decimal4352126
Binary1010111101001111110
Octal5364176

Shades and tints

Shades of #2B347E

#2B347E
(43,52,126)
#283073
(40,48,115)
#252C68
(37,44,104)
#22285D
(34,40,93)
#1F2452
(31,36,82)
#1C2047
(28,32,71)
#191C3C
(25,28,60)
#161831
(22,24,49)
#131426
(19,20,38)
#10101B
(16,16,27)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #2B347E

#2B347E
(43,52,126)
#3E4689
(62,70,137)
#515894
(81,88,148)
#646A9F
(100,106,159)
#777CAA
(119,124,170)
#8A8EB5
(138,142,181)
#9DA0C0
(157,160,192)
#B0B2CB
(176,178,203)
#C3C4D6
(195,196,214)
#D6D6E1
(214,214,225)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B347E; }

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

This text font color is #2B347E.


Background Color

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

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

This div background color is #2B347E.


Border color

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

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

This div border color is #2B347E.


Opacity

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

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

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

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

This text has shadow with #2B347E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B347E on black background.


Color preview on white background

This text has color #2B347E on white background.



Black color preview on #2B347E background

This text has black color on #2B347E background.


White color preview on #2B347E background

This text has white color on #2B347E background.