COLOR #2B558E

HEX: #2B558E
RGB: (43,85,142)

Color info

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

RGB color model

#2B558E color RGB value is (43,85,142).

  • red value is 43;
  • green value is 85;
  • blue value is 142.
RGB:
(43,85,142)
(17%,33%,56%)

RGB channels and saturation

R 43 of 255 = 17%
G 85 of 255 = 33%
B 142 of 255 = 56%

43
85
142

R + G + B ~ 35%. #2B558E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 85 + 142 = 270 (100%)
R 43 of 270 ~ 15.93%
G 85 of 270 ~ 31.48%
B 142 of 270 ~ 52.59%

%15.93
%31.48
%52.59

CMYK color model

#2B558E color CMYK value is (70,40,0,44).

  • cyan value is 69.72%
  • magenta value is 40.14%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(70,40,0,44)
C70M40Y0K44 
(70%,40%,0%,44%)
(0.70/0.40/0.00/0.44)	

CMYK percentages

%69.72
%40.14
%0
%44.31

Codes

Color #2B558E in popluar color models

2B558E
RGB4385142
HSL215°53.51%36.27%
HSB/HSV215°69.72%55.69%
CMYK69.72%40.14%0.00%
44.31%

Color #2B558E in popluar number systems.

HEX2B558E
Decimal4385142
Binary101011101010110001110
Octal53125216

Shades and tints

Shades of #2B558E

#2B558E
(43,85,142)
#284E82
(40,78,130)
#254776
(37,71,118)
#22406A
(34,64,106)
#1F395E
(31,57,94)
#1C3252
(28,50,82)
#192B46
(25,43,70)
#16243A
(22,36,58)
#131D2E
(19,29,46)
#101622
(16,22,34)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #2B558E

#2B558E
(43,85,142)
#3E6498
(62,100,152)
#5173A2
(81,115,162)
#6482AC
(100,130,172)
#7791B6
(119,145,182)
#8AA0C0
(138,160,192)
#9DAFCA
(157,175,202)
#B0BED4
(176,190,212)
#C3CDDE
(195,205,222)
#D6DCE8
(214,220,232)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B558E color. Also use rgb(43,85,142) instead hex code.

Text Font Color

.myTextColor { color: #2B558E; }

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

This text font color is #2B558E.


Background Color

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

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

This div background color is #2B558E.


Border color

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

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

This div border color is #2B558E.


Opacity

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

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

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

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

This text has shadow with #2B558E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B558E on black background.


Color preview on white background

This text has color #2B558E on white background.



Black color preview on #2B558E background

This text has black color on #2B558E background.


White color preview on #2B558E background

This text has white color on #2B558E background.