COLOR #2B488C

HEX: #2B488C
RGB: (43,72,140)

Color info

#2B488C contains mainly blue color. Web safe color of #2B488C is #333399 (or #339).

RGB color model

#2B488C color RGB value is (43,72,140).

  • red value is 43;
  • green value is 72;
  • blue value is 140.
RGB:
(43,72,140)
(17%,28%,55%)

RGB channels and saturation

R 43 of 255 = 17%
G 72 of 255 = 28%
B 140 of 255 = 55%

43
72
140

R + G + B ~ 33%. #2B488C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 72 + 140 = 255 (100%)
R 43 of 255 ~ 16.86%
G 72 of 255 ~ 28.24%
B 140 of 255 ~ 54.9%

%16.86
%28.24
%54.9

CMYK color model

#2B488C color CMYK value is (69,49,0,45).

  • cyan value is 69.29%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(69,49,0,45)
C69M49Y0K45 
(69%,49%,0%,45%)
(0.69/0.49/0.00/0.45)	

CMYK percentages

%69.29
%48.57
%0
%45.1

Codes

Color #2B488C in popluar color models

2B488C
RGB4372140
HSL222°53.01%35.88%
HSB/HSV222°69.29%54.90%
CMYK69.29%48.57%0.00%
45.10%

Color #2B488C in popluar number systems.

HEX2B488C
Decimal4372140
Binary101011100100010001100
Octal53110214

Shades and tints

Shades of #2B488C

#2B488C
(43,72,140)
#284280
(40,66,128)
#253C74
(37,60,116)
#223668
(34,54,104)
#1F305C
(31,48,92)
#1C2A50
(28,42,80)
#192444
(25,36,68)
#161E38
(22,30,56)
#13182C
(19,24,44)
#101220
(16,18,32)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #2B488C

#2B488C
(43,72,140)
#3E5896
(62,88,150)
#5168A0
(81,104,160)
#6478AA
(100,120,170)
#7788B4
(119,136,180)
#8A98BE
(138,152,190)
#9DA8C8
(157,168,200)
#B0B8D2
(176,184,210)
#C3C8DC
(195,200,220)
#D6D8E6
(214,216,230)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B488C color. Also use rgb(43,72,140) instead hex code.

Text Font Color

.myTextColor { color: #2B488C; }

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

This text font color is #2B488C.


Background Color

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

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

This div background color is #2B488C.


Border color

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

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

This div border color is #2B488C.


Opacity

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

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

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

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

This text has shadow with #2B488C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B488C on black background.


Color preview on white background

This text has color #2B488C on white background.



Black color preview on #2B488C background

This text has black color on #2B488C background.


White color preview on #2B488C background

This text has white color on #2B488C background.