COLOR #2C495A

HEX: #2C495A
RGB: (44,73,90)

Color info

#2C495A contains red, green and blue colors in about the same proportion. Web safe color of #2C495A is #333366 (or #336).

RGB color model

#2C495A color RGB value is (44,73,90).

  • red value is 44;
  • green value is 73;
  • blue value is 90.
RGB:
(44,73,90)
(17%,29%,35%)

RGB channels and saturation

R 44 of 255 = 17%
G 73 of 255 = 29%
B 90 of 255 = 35%

44
73
90

R + G + B ~ 27%. #2C495A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 73 + 90 = 207 (100%)
R 44 of 207 ~ 21.26%
G 73 of 207 ~ 35.27%
B 90 of 207 ~ 43.48%

%21.26
%35.27
%43.48

CMYK color model

#2C495A color CMYK value is (51,19,0,65).

  • cyan value is 51.11%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(51,19,0,65)
C51M19Y0K65 
(51%,19%,0%,65%)
(0.51/0.19/0.00/0.65)	

CMYK percentages

%51.11
%18.89
%0
%64.71

Codes

Color #2C495A in popluar color models

2C495A
RGB447390
HSL202°34.33%26.27%
HSB/HSV202°51.11%35.29%
CMYK51.11%18.89%0.00%
64.71%

Color #2C495A in popluar number systems.

HEX2C495A
Decimal447390
Binary10110010010011011010
Octal54111132

Shades and tints

Shades of #2C495A

#2C495A
(44,73,90)
#284352
(40,67,82)
#243D4A
(36,61,74)
#203742
(32,55,66)
#1C313A
(28,49,58)
#182B32
(24,43,50)
#14252A
(20,37,42)
#101F22
(16,31,34)
#0C191A
(12,25,26)
#081312
(8,19,18)
#040D0A
(4,13,10)
#000000
(0,0,0)

Tints of #2C495A

#2C495A
(44,73,90)
#3F5969
(63,89,105)
#526978
(82,105,120)
#657987
(101,121,135)
#788996
(120,137,150)
#8B99A5
(139,153,165)
#9EA9B4
(158,169,180)
#B1B9C3
(177,185,195)
#C4C9D2
(196,201,210)
#D7D9E1
(215,217,225)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C495A color. Also use rgb(44,73,90) instead hex code.

Text Font Color

.myTextColor { color: #2C495A; }

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

This text font color is #2C495A.


Background Color

.myBgColor { background-color: #2C495A; }

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

This div background color is #2C495A.


Border color

.myBorderColor { border: 1px solid #2C495A; }

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

This div border color is #2C495A.


Opacity

.myOpacity80 { color: #2C495A; opacity: 0.8; }

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

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

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

This text has shadow with #2C495A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C495A on black background.


Color preview on white background

This text has color #2C495A on white background.



Black color preview on #2C495A background

This text has black color on #2C495A background.


White color preview on #2C495A background

This text has white color on #2C495A background.