COLOR #2A88B1

HEX: #2A88B1
RGB: (42,136,177)

Color info

#2A88B1 contains mainly green and blue colors. Web safe color of #2A88B1 is #339999 (or #399).

RGB color model

#2A88B1 color RGB value is (42,136,177).

  • red value is 42;
  • green value is 136;
  • blue value is 177.
RGB:
(42,136,177)
(16%,53%,69%)

RGB channels and saturation

R 42 of 255 = 16%
G 136 of 255 = 53%
B 177 of 255 = 69%

42
136
177

R + G + B ~ 46%. #2A88B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
42 + 136 + 177 = 355 (100%)
R 42 of 355 ~ 11.83%
G 136 of 355 ~ 38.31%
B 177 of 355 ~ 49.86%

%11.83
%38.31
%49.86

CMYK color model

#2A88B1 color CMYK value is (76,23,0,31).

  • cyan value is 76.27%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(76,23,0,31)
C76M23Y0K31 
(76%,23%,0%,31%)
(0.76/0.23/0.00/0.31)	

CMYK percentages

%76.27
%23.16
%0
%30.59

Codes

Color #2A88B1 in popluar color models

2A88B1
RGB42136177
HSL198°61.64%42.94%
HSB/HSV198°76.27%69.41%
CMYK76.27%23.16%0.00%
30.59%

Color #2A88B1 in popluar number systems.

HEX2A88B1
Decimal42136177
Binary1010101000100010110001
Octal52210261

Shades and tints

Shades of #2A88B1

#2A88B1
(42,136,177)
#277CA1
(39,124,161)
#247091
(36,112,145)
#216481
(33,100,129)
#1E5871
(30,88,113)
#1B4C61
(27,76,97)
#184051
(24,64,81)
#153441
(21,52,65)
#122831
(18,40,49)
#0F1C21
(15,28,33)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #2A88B1

#2A88B1
(42,136,177)
#3D92B8
(61,146,184)
#509CBF
(80,156,191)
#63A6C6
(99,166,198)
#76B0CD
(118,176,205)
#89BAD4
(137,186,212)
#9CC4DB
(156,196,219)
#AFCEE2
(175,206,226)
#C2D8E9
(194,216,233)
#D5E2F0
(213,226,240)
#E8ECF7
(232,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A88B1 color. Also use rgb(42,136,177) instead hex code.

Text Font Color

.myTextColor { color: #2A88B1; }

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

This text font color is #2A88B1.


Background Color

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

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

This div background color is #2A88B1.


Border color

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

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

This div border color is #2A88B1.


Opacity

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

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

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

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

This text has shadow with #2A88B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A88B1 on black background.


Color preview on white background

This text has color #2A88B1 on white background.



Black color preview on #2A88B1 background

This text has black color on #2A88B1 background.


White color preview on #2A88B1 background

This text has white color on #2A88B1 background.