COLOR #299DBC

HEX: #299DBC
RGB: (41,157,188)

Color info

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

RGB color model

#299DBC color RGB value is (41,157,188).

  • red value is 41;
  • green value is 157;
  • blue value is 188.
RGB:
(41,157,188)
(16%,62%,74%)

RGB channels and saturation

R 41 of 255 = 16%
G 157 of 255 = 62%
B 188 of 255 = 74%

41
157
188

R + G + B ~ 51%. #299DBC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 157 + 188 = 386 (100%)
R 41 of 386 ~ 10.62%
G 157 of 386 ~ 40.67%
B 188 of 386 ~ 48.7%

%10.62
%40.67
%48.7

CMYK color model

#299DBC color CMYK value is (78,16,0,26).

  • cyan value is 78.19%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(78,16,0,26)
C78M16Y0K26 
(78%,16%,0%,26%)
(0.78/0.16/0.00/0.26)	

CMYK percentages

%78.19
%16.49
%0
%26.27

Codes

Color #299DBC in popluar color models

299DBC
RGB41157188
HSL193°64.19%44.90%
HSB/HSV193°78.19%73.73%
CMYK78.19%16.49%0.00%
26.27%

Color #299DBC in popluar number systems.

HEX299DBC
Decimal41157188
Binary1010011001110110111100
Octal51235274

Shades and tints

Shades of #299DBC

#299DBC
(41,157,188)
#268FAB
(38,143,171)
#23819A
(35,129,154)
#207389
(32,115,137)
#1D6578
(29,101,120)
#1A5767
(26,87,103)
#174956
(23,73,86)
#143B45
(20,59,69)
#112D34
(17,45,52)
#0E1F23
(14,31,35)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #299DBC

#299DBC
(41,157,188)
#3CA5C2
(60,165,194)
#4FADC8
(79,173,200)
#62B5CE
(98,181,206)
#75BDD4
(117,189,212)
#88C5DA
(136,197,218)
#9BCDE0
(155,205,224)
#AED5E6
(174,213,230)
#C1DDEC
(193,221,236)
#D4E5F2
(212,229,242)
#E7EDF8
(231,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #299DBC color. Also use rgb(41,157,188) instead hex code.

Text Font Color

.myTextColor { color: #299DBC; }

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

This text font color is #299DBC.


Background Color

.myBgColor { background-color: #299DBC; }

<div style="background-color:#299DBC">Inner text</div>

This div background color is #299DBC.


Border color

.myBorderColor { border: 1px solid #299DBC; }

<div style="border:3px solid #299DBC">Div</div>

This div border color is #299DBC.


Opacity

.myOpacity80 { color: #299DBC; opacity: 0.8; }

<p style="color:#299DBC;opacity:0.8;">80%</p>

Text with #299DBC 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 #299DBC;}

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

This text has shadow with #299DBC color.

.textShadow {text-shadow: 3px 3px 1px #299DBC, 3px 3px 1px red;}

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

This text has shadow with #299DBC primary color and red secondary color.


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

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

This text has shadow with #299DBC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #299DBC on black background.


Color preview on white background

This text has color #299DBC on white background.



Black color preview on #299DBC background

This text has black color on #299DBC background.


White color preview on #299DBC background

This text has white color on #299DBC background.