COLOR #2993B8

HEX: #2993B8
RGB: (41,147,184)

Color info

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

RGB color model

#2993B8 color RGB value is (41,147,184).

  • red value is 41;
  • green value is 147;
  • blue value is 184.
RGB:
(41,147,184)
(16%,58%,72%)

RGB channels and saturation

R 41 of 255 = 16%
G 147 of 255 = 58%
B 184 of 255 = 72%

41
147
184

R + G + B ~ 49%. #2993B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 147 + 184 = 372 (100%)
R 41 of 372 ~ 11.02%
G 147 of 372 ~ 39.52%
B 184 of 372 ~ 49.46%

%11.02
%39.52
%49.46

CMYK color model

#2993B8 color CMYK value is (78,20,0,28).

  • cyan value is 77.72%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(78,20,0,28)
C78M20Y0K28 
(78%,20%,0%,28%)
(0.78/0.20/0.00/0.28)	

CMYK percentages

%77.72
%20.11
%0
%27.84

Codes

Color #2993B8 in popluar color models

2993B8
RGB41147184
HSL196°63.56%44.12%
HSB/HSV196°77.72%72.16%
CMYK77.72%20.11%0.00%
27.84%

Color #2993B8 in popluar number systems.

HEX2993B8
Decimal41147184
Binary1010011001001110111000
Octal51223270

Shades and tints

Shades of #2993B8

#2993B8
(41,147,184)
#2686A8
(38,134,168)
#237998
(35,121,152)
#206C88
(32,108,136)
#1D5F78
(29,95,120)
#1A5268
(26,82,104)
#174558
(23,69,88)
#143848
(20,56,72)
#112B38
(17,43,56)
#0E1E28
(14,30,40)
#0B1118
(11,17,24)
#000000
(0,0,0)

Tints of #2993B8

#2993B8
(41,147,184)
#3C9CBE
(60,156,190)
#4FA5C4
(79,165,196)
#62AECA
(98,174,202)
#75B7D0
(117,183,208)
#88C0D6
(136,192,214)
#9BC9DC
(155,201,220)
#AED2E2
(174,210,226)
#C1DBE8
(193,219,232)
#D4E4EE
(212,228,238)
#E7EDF4
(231,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2993B8 color. Also use rgb(41,147,184) instead hex code.

Text Font Color

.myTextColor { color: #2993B8; }

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

This text font color is #2993B8.


Background Color

.myBgColor { background-color: #2993B8; }

<div style="background-color:#2993B8">Inner text</div>

This div background color is #2993B8.


Border color

.myBorderColor { border: 1px solid #2993B8; }

<div style="border:3px solid #2993B8">Div</div>

This div border color is #2993B8.


Opacity

.myOpacity80 { color: #2993B8; opacity: 0.8; }

<p style="color:#2993B8;opacity:0.8;">80%</p>

Text with #2993B8 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 #2993B8;}

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

This text has shadow with #2993B8 color.

.textShadow {text-shadow: 3px 3px 1px #2993B8, 3px 3px 1px red;}

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

This text has shadow with #2993B8 primary color and red secondary color.


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

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

This text has shadow with #2993B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2993B8 on black background.


Color preview on white background

This text has color #2993B8 on white background.



Black color preview on #2993B8 background

This text has black color on #2993B8 background.


White color preview on #2993B8 background

This text has white color on #2993B8 background.