COLOR #2C49C0

HEX: #2C49C0
RGB: (44,73,192)

Color info

#2C49C0 contains mainly blue color. Web safe color of #2C49C0 is #3333CC (or #33C).

RGB color model

#2C49C0 color RGB value is (44,73,192).

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

RGB channels and saturation

R 44 of 255 = 17%
G 73 of 255 = 29%
B 192 of 255 = 75%

44
73
192

R + G + B ~ 40%. #2C49C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
44 + 73 + 192 = 309 (100%)
R 44 of 309 ~ 14.24%
G 73 of 309 ~ 23.62%
B 192 of 309 ~ 62.14%

%14.24
%23.62
%62.14

CMYK color model

#2C49C0 color CMYK value is (77,62,0,25).

  • cyan value is 77.08%
  • magenta value is 61.98%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(77,62,0,25)
C77M62Y0K25 
(77%,62%,0%,25%)
(0.77/0.62/0.00/0.25)	

CMYK percentages

%77.08
%61.98
%0
%24.71

Codes

Color #2C49C0 in popluar color models

2C49C0
RGB4473192
HSL228°62.71%46.27%
HSB/HSV228°77.08%75.29%
CMYK77.08%61.98%0.00%
24.71%

Color #2C49C0 in popluar number systems.

HEX2C49C0
Decimal4473192
Binary101100100100111000000
Octal54111300

Shades and tints

Shades of #2C49C0

#2C49C0
(44,73,192)
#2843AF
(40,67,175)
#243D9E
(36,61,158)
#20378D
(32,55,141)
#1C317C
(28,49,124)
#182B6B
(24,43,107)
#14255A
(20,37,90)
#101F49
(16,31,73)
#0C1938
(12,25,56)
#081327
(8,19,39)
#040D16
(4,13,22)
#000000
(0,0,0)

Tints of #2C49C0

#2C49C0
(44,73,192)
#3F59C5
(63,89,197)
#5269CA
(82,105,202)
#6579CF
(101,121,207)
#7889D4
(120,137,212)
#8B99D9
(139,153,217)
#9EA9DE
(158,169,222)
#B1B9E3
(177,185,227)
#C4C9E8
(196,201,232)
#D7D9ED
(215,217,237)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C49C0; }

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

This text font color is #2C49C0.


Background Color

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

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

This div background color is #2C49C0.


Border color

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

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

This div border color is #2C49C0.


Opacity

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

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

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

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

This text has shadow with #2C49C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C49C0 on black background.


Color preview on white background

This text has color #2C49C0 on white background.



Black color preview on #2C49C0 background

This text has black color on #2C49C0 background.


White color preview on #2C49C0 background

This text has white color on #2C49C0 background.