COLOR #2A88C2

HEX: #2A88C2
RGB: (42,136,194)

Color info

#2A88C2 contains mainly green and blue colors. Web safe color of #2A88C2 is #3399CC (or #39C).

RGB color model

#2A88C2 color RGB value is (42,136,194).

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

RGB channels and saturation

R 42 of 255 = 16%
G 136 of 255 = 53%
B 194 of 255 = 76%

42
136
194

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

Portions of RGB colors in percentages

R + G + B =
42 + 136 + 194 = 372 (100%)
R 42 of 372 ~ 11.29%
G 136 of 372 ~ 36.56%
B 194 of 372 ~ 52.15%

%11.29
%36.56
%52.15

CMYK color model

#2A88C2 color CMYK value is (78,30,0,24).

  • cyan value is 78.35%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(78,30,0,24)
C78M30Y0K24 
(78%,30%,0%,24%)
(0.78/0.30/0.00/0.24)	

CMYK percentages

%78.35
%29.9
%0
%23.92

Codes

Color #2A88C2 in popluar color models

2A88C2
RGB42136194
HSL203°64.41%46.27%
HSB/HSV203°78.35%76.08%
CMYK78.35%29.90%0.00%
23.92%

Color #2A88C2 in popluar number systems.

HEX2A88C2
Decimal42136194
Binary1010101000100011000010
Octal52210302

Shades and tints

Shades of #2A88C2

#2A88C2
(42,136,194)
#277CB1
(39,124,177)
#2470A0
(36,112,160)
#21648F
(33,100,143)
#1E587E
(30,88,126)
#1B4C6D
(27,76,109)
#18405C
(24,64,92)
#15344B
(21,52,75)
#12283A
(18,40,58)
#0F1C29
(15,28,41)
#0C1018
(12,16,24)
#000000
(0,0,0)

Tints of #2A88C2

#2A88C2
(42,136,194)
#3D92C7
(61,146,199)
#509CCC
(80,156,204)
#63A6D1
(99,166,209)
#76B0D6
(118,176,214)
#89BADB
(137,186,219)
#9CC4E0
(156,196,224)
#AFCEE5
(175,206,229)
#C2D8EA
(194,216,234)
#D5E2EF
(213,226,239)
#E8ECF4
(232,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A88C2; }

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

This text font color is #2A88C2.


Background Color

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

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

This div background color is #2A88C2.


Border color

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

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

This div border color is #2A88C2.


Opacity

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

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

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

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

This text has shadow with #2A88C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A88C2 on black background.


Color preview on white background

This text has color #2A88C2 on white background.



Black color preview on #2A88C2 background

This text has black color on #2A88C2 background.


White color preview on #2A88C2 background

This text has white color on #2A88C2 background.