COLOR #295E74

HEX: #295E74
RGB: (41,94,116)

Color info

#295E74 contains mainly green and blue colors. Web safe color of #295E74 is #336666 (or #366).

RGB color model

#295E74 color RGB value is (41,94,116).

  • red value is 41;
  • green value is 94;
  • blue value is 116.
RGB:
(41,94,116)
(16%,37%,45%)

RGB channels and saturation

R 41 of 255 = 16%
G 94 of 255 = 37%
B 116 of 255 = 45%

41
94
116

R + G + B ~ 33%. #295E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 94 + 116 = 251 (100%)
R 41 of 251 ~ 16.33%
G 94 of 251 ~ 37.45%
B 116 of 251 ~ 46.22%

%16.33
%37.45
%46.22

CMYK color model

#295E74 color CMYK value is (65,19,0,55).

  • cyan value is 64.66%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(65,19,0,55)
C65M19Y0K55 
(65%,19%,0%,55%)
(0.65/0.19/0.00/0.55)	

CMYK percentages

%64.66
%18.97
%0
%54.51

Codes

Color #295E74 in popluar color models

295E74
RGB4194116
HSL198°47.77%30.78%
HSB/HSV198°64.66%45.49%
CMYK64.66%18.97%0.00%
54.51%

Color #295E74 in popluar number systems.

HEX295E74
Decimal4194116
Binary10100110111101110100
Octal51136164

Shades and tints

Shades of #295E74

#295E74
(41,94,116)
#26566A
(38,86,106)
#234E60
(35,78,96)
#204656
(32,70,86)
#1D3E4C
(29,62,76)
#1A3642
(26,54,66)
#172E38
(23,46,56)
#14262E
(20,38,46)
#111E24
(17,30,36)
#0E161A
(14,22,26)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #295E74

#295E74
(41,94,116)
#3C6C80
(60,108,128)
#4F7A8C
(79,122,140)
#628898
(98,136,152)
#7596A4
(117,150,164)
#88A4B0
(136,164,176)
#9BB2BC
(155,178,188)
#AEC0C8
(174,192,200)
#C1CED4
(193,206,212)
#D4DCE0
(212,220,224)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #295E74 color. Also use rgb(41,94,116) instead hex code.

Text Font Color

.myTextColor { color: #295E74; }

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

This text font color is #295E74.


Background Color

.myBgColor { background-color: #295E74; }

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

This div background color is #295E74.


Border color

.myBorderColor { border: 1px solid #295E74; }

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

This div border color is #295E74.


Opacity

.myOpacity80 { color: #295E74; opacity: 0.8; }

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

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

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

This text has shadow with #295E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295E74 on black background.


Color preview on white background

This text has color #295E74 on white background.



Black color preview on #295E74 background

This text has black color on #295E74 background.


White color preview on #295E74 background

This text has white color on #295E74 background.