COLOR #2C469B

HEX: #2C469B
RGB: (44,70,155)

Color info

#2C469B contains mainly blue color. Web safe color of #2C469B is #333399 (or #339).

RGB color model

#2C469B color RGB value is (44,70,155).

  • red value is 44;
  • green value is 70;
  • blue value is 155.
RGB:
(44,70,155)
(17%,27%,61%)

RGB channels and saturation

R 44 of 255 = 17%
G 70 of 255 = 27%
B 155 of 255 = 61%

44
70
155

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

Portions of RGB colors in percentages

R + G + B =
44 + 70 + 155 = 269 (100%)
R 44 of 269 ~ 16.36%
G 70 of 269 ~ 26.02%
B 155 of 269 ~ 57.62%

%16.36
%26.02
%57.62

CMYK color model

#2C469B color CMYK value is (72,55,0,39).

  • cyan value is 71.61%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(72,55,0,39)
C72M55Y0K39 
(72%,55%,0%,39%)
(0.72/0.55/0.00/0.39)	

CMYK percentages

%71.61
%54.84
%0
%39.22

Codes

Color #2C469B in popluar color models

2C469B
RGB4470155
HSL226°55.78%39.02%
HSB/HSV226°71.61%60.78%
CMYK71.61%54.84%0.00%
39.22%

Color #2C469B in popluar number systems.

HEX2C469B
Decimal4470155
Binary101100100011010011011
Octal54106233

Shades and tints

Shades of #2C469B

#2C469B
(44,70,155)
#28408D
(40,64,141)
#243A7F
(36,58,127)
#203471
(32,52,113)
#1C2E63
(28,46,99)
#182855
(24,40,85)
#142247
(20,34,71)
#101C39
(16,28,57)
#0C162B
(12,22,43)
#08101D
(8,16,29)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #2C469B

#2C469B
(44,70,155)
#3F56A4
(63,86,164)
#5266AD
(82,102,173)
#6576B6
(101,118,182)
#7886BF
(120,134,191)
#8B96C8
(139,150,200)
#9EA6D1
(158,166,209)
#B1B6DA
(177,182,218)
#C4C6E3
(196,198,227)
#D7D6EC
(215,214,236)
#EAE6F5
(234,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C469B color. Also use rgb(44,70,155) instead hex code.

Text Font Color

.myTextColor { color: #2C469B; }

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

This text font color is #2C469B.


Background Color

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

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

This div background color is #2C469B.


Border color

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

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

This div border color is #2C469B.


Opacity

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

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

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

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

This text has shadow with #2C469B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C469B on black background.


Color preview on white background

This text has color #2C469B on white background.



Black color preview on #2C469B background

This text has black color on #2C469B background.


White color preview on #2C469B background

This text has white color on #2C469B background.