COLOR #295988

HEX: #295988
RGB: (41,89,136)

Color info

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

RGB color model

#295988 color RGB value is (41,89,136).

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

RGB channels and saturation

R 41 of 255 = 16%
G 89 of 255 = 35%
B 136 of 255 = 53%

41
89
136

R + G + B ~ 35%. #295988 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 89 + 136 = 266 (100%)
R 41 of 266 ~ 15.41%
G 89 of 266 ~ 33.46%
B 136 of 266 ~ 51.13%

%15.41
%33.46
%51.13

CMYK color model

#295988 color CMYK value is (70,35,0,47).

  • cyan value is 69.85%
  • magenta value is 34.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(70,35,0,47)
C70M35Y0K47 
(70%,35%,0%,47%)
(0.70/0.35/0.00/0.47)	

CMYK percentages

%69.85
%34.56
%0
%46.67

Codes

Color #295988 in popluar color models

295988
RGB4189136
HSL210°53.67%34.71%
HSB/HSV210°69.85%53.33%
CMYK69.85%34.56%0.00%
46.67%

Color #295988 in popluar number systems.

HEX295988
Decimal4189136
Binary101001101100110001000
Octal51131210

Shades and tints

Shades of #295988

#295988
(41,89,136)
#26517C
(38,81,124)
#234970
(35,73,112)
#204164
(32,65,100)
#1D3958
(29,57,88)
#1A314C
(26,49,76)
#172940
(23,41,64)
#142134
(20,33,52)
#111928
(17,25,40)
#0E111C
(14,17,28)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #295988

#295988
(41,89,136)
#3C6892
(60,104,146)
#4F779C
(79,119,156)
#6286A6
(98,134,166)
#7595B0
(117,149,176)
#88A4BA
(136,164,186)
#9BB3C4
(155,179,196)
#AEC2CE
(174,194,206)
#C1D1D8
(193,209,216)
#D4E0E2
(212,224,226)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295988; }

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

This text font color is #295988.


Background Color

.myBgColor { background-color: #295988; }

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

This div background color is #295988.


Border color

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

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

This div border color is #295988.


Opacity

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

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

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

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

This text has shadow with #295988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295988 on black background.


Color preview on white background

This text has color #295988 on white background.



Black color preview on #295988 background

This text has black color on #295988 background.


White color preview on #295988 background

This text has white color on #295988 background.