COLOR #2C51AD

HEX: #2C51AD
RGB: (44,81,173)

Color info

#2C51AD contains mainly blue color. Web safe color of #2C51AD is #336699 (or #369).

RGB color model

#2C51AD color RGB value is (44,81,173).

  • red value is 44;
  • green value is 81;
  • blue value is 173.
RGB:
(44,81,173)
(17%,32%,68%)

RGB channels and saturation

R 44 of 255 = 17%
G 81 of 255 = 32%
B 173 of 255 = 68%

44
81
173

R + G + B ~ 39%. #2C51AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 81 + 173 = 298 (100%)
R 44 of 298 ~ 14.77%
G 81 of 298 ~ 27.18%
B 173 of 298 ~ 58.05%

%14.77
%27.18
%58.05

CMYK color model

#2C51AD color CMYK value is (75,53,0,32).

  • cyan value is 74.57%
  • magenta value is 53.18%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(75,53,0,32)
C75M53Y0K32 
(75%,53%,0%,32%)
(0.75/0.53/0.00/0.32)	

CMYK percentages

%74.57
%53.18
%0
%32.16

Codes

Color #2C51AD in popluar color models

2C51AD
RGB4481173
HSL223°59.45%42.55%
HSB/HSV223°74.57%67.84%
CMYK74.57%53.18%0.00%
32.16%

Color #2C51AD in popluar number systems.

HEX2C51AD
Decimal4481173
Binary101100101000110101101
Octal54121255

Shades and tints

Shades of #2C51AD

#2C51AD
(44,81,173)
#284A9E
(40,74,158)
#24438F
(36,67,143)
#203C80
(32,60,128)
#1C3571
(28,53,113)
#182E62
(24,46,98)
#142753
(20,39,83)
#102044
(16,32,68)
#0C1935
(12,25,53)
#081226
(8,18,38)
#040B17
(4,11,23)
#000000
(0,0,0)

Tints of #2C51AD

#2C51AD
(44,81,173)
#3F60B4
(63,96,180)
#526FBB
(82,111,187)
#657EC2
(101,126,194)
#788DC9
(120,141,201)
#8B9CD0
(139,156,208)
#9EABD7
(158,171,215)
#B1BADE
(177,186,222)
#C4C9E5
(196,201,229)
#D7D8EC
(215,216,236)
#EAE7F3
(234,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C51AD color. Also use rgb(44,81,173) instead hex code.

Text Font Color

.myTextColor { color: #2C51AD; }

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

This text font color is #2C51AD.


Background Color

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

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

This div background color is #2C51AD.


Border color

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

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

This div border color is #2C51AD.


Opacity

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

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

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

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

This text has shadow with #2C51AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C51AD on black background.


Color preview on white background

This text has color #2C51AD on white background.



Black color preview on #2C51AD background

This text has black color on #2C51AD background.


White color preview on #2C51AD background

This text has white color on #2C51AD background.