COLOR #2531A3

HEX: #2531A3
RGB: (37,49,163)

Color info

#2531A3 contains mainly blue color. Web safe color of #2531A3 is #333399 (or #339).

RGB color model

#2531A3 color RGB value is (37,49,163).

  • red value is 37;
  • green value is 49;
  • blue value is 163.
RGB:
(37,49,163)
(15%,19%,64%)

RGB channels and saturation

R 37 of 255 = 15%
G 49 of 255 = 19%
B 163 of 255 = 64%

37
49
163

R + G + B ~ 33%. #2531A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 49 + 163 = 249 (100%)
R 37 of 249 ~ 14.86%
G 49 of 249 ~ 19.68%
B 163 of 249 ~ 65.46%

%14.86
%19.68
%65.46

CMYK color model

#2531A3 color CMYK value is (77,70,0,36).

  • cyan value is 77.30%
  • magenta value is 69.94%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(77,70,0,36)
C77M70Y0K36 
(77%,70%,0%,36%)
(0.77/0.70/0.00/0.36)	

CMYK percentages

%77.3
%69.94
%0
%36.08

Codes

Color #2531A3 in popluar color models

2531A3
RGB3749163
HSL234°63.00%39.22%
HSB/HSV234°77.30%63.92%
CMYK77.30%69.94%0.00%
36.08%

Color #2531A3 in popluar number systems.

HEX2531A3
Decimal3749163
Binary10010111000110100011
Octal4561243

Shades and tints

Shades of #2531A3

#2531A3
(37,49,163)
#222D95
(34,45,149)
#1F2987
(31,41,135)
#1C2579
(28,37,121)
#19216B
(25,33,107)
#161D5D
(22,29,93)
#13194F
(19,25,79)
#101541
(16,21,65)
#0D1133
(13,17,51)
#0A0D25
(10,13,37)
#070917
(7,9,23)
#000000
(0,0,0)

Tints of #2531A3

#2531A3
(37,49,163)
#3843AB
(56,67,171)
#4B55B3
(75,85,179)
#5E67BB
(94,103,187)
#7179C3
(113,121,195)
#848BCB
(132,139,203)
#979DD3
(151,157,211)
#AAAFDB
(170,175,219)
#BDC1E3
(189,193,227)
#D0D3EB
(208,211,235)
#E3E5F3
(227,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2531A3 color. Also use rgb(37,49,163) instead hex code.

Text Font Color

.myTextColor { color: #2531A3; }

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

This text font color is #2531A3.


Background Color

.myBgColor { background-color: #2531A3; }

<div style="background-color:#2531A3">Inner text</div>

This div background color is #2531A3.


Border color

.myBorderColor { border: 1px solid #2531A3; }

<div style="border:3px solid #2531A3">Div</div>

This div border color is #2531A3.


Opacity

.myOpacity80 { color: #2531A3; opacity: 0.8; }

<p style="color:#2531A3;opacity:0.8;">80%</p>

Text with #2531A3 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 #2531A3;}

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

This text has shadow with #2531A3 color.

.textShadow {text-shadow: 3px 3px 1px #2531A3, 3px 3px 1px red;}

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

This text has shadow with #2531A3 primary color and red secondary color.


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

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

This text has shadow with #2531A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2531A3 on black background.


Color preview on white background

This text has color #2531A3 on white background.



Black color preview on #2531A3 background

This text has black color on #2531A3 background.


White color preview on #2531A3 background

This text has white color on #2531A3 background.