COLOR #2522AD

HEX: #2522AD
RGB: (37,34,173)

Color info

#2522AD contains mainly blue color. Web safe color of #2522AD is #333399 (or #339).

RGB color model

#2522AD color RGB value is (37,34,173).

  • red value is 37;
  • green value is 34;
  • blue value is 173.
RGB:
(37,34,173)
(15%,13%,68%)

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 173 of 255 = 68%

37
34
173

R + G + B ~ 32%. #2522AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 173 = 244 (100%)
R 37 of 244 ~ 15.16%
G 34 of 244 ~ 13.93%
B 173 of 244 ~ 70.9%

%15.16
%13.93
%70.9

CMYK color model

#2522AD color CMYK value is (79,80,0,32).

  • cyan value is 78.61%
  • magenta value is 80.35%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(79,80,0,32)
C79M80Y0K32 
(79%,80%,0%,32%)
(0.79/0.80/0.00/0.32)	

CMYK percentages

%78.61
%80.35
%0
%32.16

Codes

Color #2522AD in popluar color models

2522AD
RGB3734173
HSL241°67.15%40.59%
HSB/HSV241°80.35%67.84%
CMYK78.61%80.35%0.00%
32.16%

Color #2522AD in popluar number systems.

HEX2522AD
Decimal3734173
Binary10010110001010101101
Octal4542255

Shades and tints

Shades of #2522AD

#2522AD
(37,34,173)
#221F9E
(34,31,158)
#1F1C8F
(31,28,143)
#1C1980
(28,25,128)
#191671
(25,22,113)
#161362
(22,19,98)
#131053
(19,16,83)
#100D44
(16,13,68)
#0D0A35
(13,10,53)
#0A0726
(10,7,38)
#070417
(7,4,23)
#000000
(0,0,0)

Tints of #2522AD

#2522AD
(37,34,173)
#3836B4
(56,54,180)
#4B4ABB
(75,74,187)
#5E5EC2
(94,94,194)
#7172C9
(113,114,201)
#8486D0
(132,134,208)
#979AD7
(151,154,215)
#AAAEDE
(170,174,222)
#BDC2E5
(189,194,229)
#D0D6EC
(208,214,236)
#E3EAF3
(227,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2522AD color. Also use rgb(37,34,173) instead hex code.

Text Font Color

.myTextColor { color: #2522AD; }

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

This text font color is #2522AD.


Background Color

.myBgColor { background-color: #2522AD; }

<div style="background-color:#2522AD">Inner text</div>

This div background color is #2522AD.


Border color

.myBorderColor { border: 1px solid #2522AD; }

<div style="border:3px solid #2522AD">Div</div>

This div border color is #2522AD.


Opacity

.myOpacity80 { color: #2522AD; opacity: 0.8; }

<p style="color:#2522AD;opacity:0.8;">80%</p>

Text with #2522AD 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 #2522AD;}

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

This text has shadow with #2522AD color.

.textShadow {text-shadow: 3px 3px 1px #2522AD, 3px 3px 1px red;}

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

This text has shadow with #2522AD primary color and red secondary color.


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

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

This text has shadow with #2522AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2522AD on black background.


Color preview on white background

This text has color #2522AD on white background.



Black color preview on #2522AD background

This text has black color on #2522AD background.


White color preview on #2522AD background

This text has white color on #2522AD background.