COLOR #298889

HEX: #298889
RGB: (41,136,137)

Color info

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

RGB color model

#298889 color RGB value is (41,136,137).

  • red value is 41;
  • green value is 136;
  • blue value is 137.
RGB:
(41,136,137)
(16%,53%,54%)

RGB channels and saturation

R 41 of 255 = 16%
G 136 of 255 = 53%
B 137 of 255 = 54%

41
136
137

R + G + B ~ 41%. #298889 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 136 + 137 = 314 (100%)
R 41 of 314 ~ 13.06%
G 136 of 314 ~ 43.31%
B 137 of 314 ~ 43.63%

%13.06
%43.31
%43.63

CMYK color model

#298889 color CMYK value is (70,1,0,46).

  • cyan value is 70.07%
  • magenta value is 0.73%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(70,1,0,46)
C70M1Y0K46 
(70%,1%,0%,46%)
(0.70/0.01/0.00/0.46)	

CMYK percentages

%70.07
%0.73
%0
%46.27

Codes

Color #298889 in popluar color models

298889
RGB41136137
HSL181°53.93%34.90%
HSB/HSV181°70.07%53.73%
CMYK70.07%0.73%0.00%
46.27%

Color #298889 in popluar number systems.

HEX298889
Decimal41136137
Binary1010011000100010001001
Octal51210211

Shades and tints

Shades of #298889

#298889
(41,136,137)
#267C7D
(38,124,125)
#237071
(35,112,113)
#206465
(32,100,101)
#1D5859
(29,88,89)
#1A4C4D
(26,76,77)
#174041
(23,64,65)
#143435
(20,52,53)
#112829
(17,40,41)
#0E1C1D
(14,28,29)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #298889

#298889
(41,136,137)
#3C9293
(60,146,147)
#4F9C9D
(79,156,157)
#62A6A7
(98,166,167)
#75B0B1
(117,176,177)
#88BABB
(136,186,187)
#9BC4C5
(155,196,197)
#AECECF
(174,206,207)
#C1D8D9
(193,216,217)
#D4E2E3
(212,226,227)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #298889 color. Also use rgb(41,136,137) instead hex code.

Text Font Color

.myTextColor { color: #298889; }

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

This text font color is #298889.


Background Color

.myBgColor { background-color: #298889; }

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

This div background color is #298889.


Border color

.myBorderColor { border: 1px solid #298889; }

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

This div border color is #298889.


Opacity

.myOpacity80 { color: #298889; opacity: 0.8; }

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

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

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

This text has shadow with #298889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #298889 on black background.


Color preview on white background

This text has color #298889 on white background.



Black color preview on #298889 background

This text has black color on #298889 background.


White color preview on #298889 background

This text has white color on #298889 background.