COLOR #2525AB

HEX: #2525AB
RGB: (37,37,171)

Color info

#2525AB contains mainly blue color. Web safe color of #2525AB is #333399 (or #339).

RGB color model

#2525AB color RGB value is (37,37,171).

  • red value is 37;
  • green value is 37;
  • blue value is 171.
RGB:
(37,37,171)
(15%,15%,67%)

RGB channels and saturation

R 37 of 255 = 15%
G 37 of 255 = 15%
B 171 of 255 = 67%

37
37
171

R + G + B ~ 32%. #2525AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 37 + 171 = 245 (100%)
R 37 of 245 ~ 15.1%
G 37 of 245 ~ 15.1%
B 171 of 245 ~ 69.8%

%15.1
%15.1
%69.8

CMYK color model

#2525AB color CMYK value is (78,78,0,33).

  • cyan value is 78.36%
  • magenta value is 78.36%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(78,78,0,33)
C78M78Y0K33 
(78%,78%,0%,33%)
(0.78/0.78/0.00/0.33)	

CMYK percentages

%78.36
%78.36
%0
%32.94

Codes

Color #2525AB in popluar color models

2525AB
RGB3737171
HSL240°64.42%40.78%
HSB/HSV240°78.36%67.06%
CMYK78.36%78.36%0.00%
32.94%

Color #2525AB in popluar number systems.

HEX2525AB
Decimal3737171
Binary10010110010110101011
Octal4545253

Shades and tints

Shades of #2525AB

#2525AB
(37,37,171)
#22229C
(34,34,156)
#1F1F8D
(31,31,141)
#1C1C7E
(28,28,126)
#19196F
(25,25,111)
#161660
(22,22,96)
#131351
(19,19,81)
#101042
(16,16,66)
#0D0D33
(13,13,51)
#0A0A24
(10,10,36)
#070715
(7,7,21)
#000000
(0,0,0)

Tints of #2525AB

#2525AB
(37,37,171)
#3838B2
(56,56,178)
#4B4BB9
(75,75,185)
#5E5EC0
(94,94,192)
#7171C7
(113,113,199)
#8484CE
(132,132,206)
#9797D5
(151,151,213)
#AAAADC
(170,170,220)
#BDBDE3
(189,189,227)
#D0D0EA
(208,208,234)
#E3E3F1
(227,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2525AB color. Also use rgb(37,37,171) instead hex code.

Text Font Color

.myTextColor { color: #2525AB; }

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

This text font color is #2525AB.


Background Color

.myBgColor { background-color: #2525AB; }

<div style="background-color:#2525AB">Inner text</div>

This div background color is #2525AB.


Border color

.myBorderColor { border: 1px solid #2525AB; }

<div style="border:3px solid #2525AB">Div</div>

This div border color is #2525AB.


Opacity

.myOpacity80 { color: #2525AB; opacity: 0.8; }

<p style="color:#2525AB;opacity:0.8;">80%</p>

Text with #2525AB 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 #2525AB;}

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

This text has shadow with #2525AB color.

.textShadow {text-shadow: 3px 3px 1px #2525AB, 3px 3px 1px red;}

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

This text has shadow with #2525AB primary color and red secondary color.


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

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

This text has shadow with #2525AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2525AB on black background.


Color preview on white background

This text has color #2525AB on white background.



Black color preview on #2525AB background

This text has black color on #2525AB background.


White color preview on #2525AB background

This text has white color on #2525AB background.