COLOR #297090

HEX: #297090
RGB: (41,112,144)

Color info

#297090 contains mainly green and blue colors. Web safe color of #297090 is #336699 (or #369).

RGB color model

#297090 color RGB value is (41,112,144).

  • red value is 41;
  • green value is 112;
  • blue value is 144.
RGB:
(41,112,144)
(16%,44%,56%)

RGB channels and saturation

R 41 of 255 = 16%
G 112 of 255 = 44%
B 144 of 255 = 56%

41
112
144

R + G + B ~ 39%. #297090 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 112 + 144 = 297 (100%)
R 41 of 297 ~ 13.8%
G 112 of 297 ~ 37.71%
B 144 of 297 ~ 48.48%

%13.8
%37.71
%48.48

CMYK color model

#297090 color CMYK value is (72,22,0,44).

  • cyan value is 71.53%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(72,22,0,44)
C72M22Y0K44 
(72%,22%,0%,44%)
(0.72/0.22/0.00/0.44)	

CMYK percentages

%71.53
%22.22
%0
%43.53

Codes

Color #297090 in popluar color models

297090
RGB41112144
HSL199°55.68%36.27%
HSB/HSV199°71.53%56.47%
CMYK71.53%22.22%0.00%
43.53%

Color #297090 in popluar number systems.

HEX297090
Decimal41112144
Binary101001111000010010000
Octal51160220

Shades and tints

Shades of #297090

#297090
(41,112,144)
#266683
(38,102,131)
#235C76
(35,92,118)
#205269
(32,82,105)
#1D485C
(29,72,92)
#1A3E4F
(26,62,79)
#173442
(23,52,66)
#142A35
(20,42,53)
#112028
(17,32,40)
#0E161B
(14,22,27)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #297090

#297090
(41,112,144)
#3C7D9A
(60,125,154)
#4F8AA4
(79,138,164)
#6297AE
(98,151,174)
#75A4B8
(117,164,184)
#88B1C2
(136,177,194)
#9BBECC
(155,190,204)
#AECBD6
(174,203,214)
#C1D8E0
(193,216,224)
#D4E5EA
(212,229,234)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #297090 color. Also use rgb(41,112,144) instead hex code.

Text Font Color

.myTextColor { color: #297090; }

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

This text font color is #297090.


Background Color

.myBgColor { background-color: #297090; }

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

This div background color is #297090.


Border color

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

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

This div border color is #297090.


Opacity

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

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

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

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

This text has shadow with #297090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297090 on black background.


Color preview on white background

This text has color #297090 on white background.



Black color preview on #297090 background

This text has black color on #297090 background.


White color preview on #297090 background

This text has white color on #297090 background.