COLOR #253AAA

HEX: #253AAA
RGB: (37,58,170)

Color info

#253AAA contains mainly blue color. Web safe color of #253AAA is #333399 (or #339).

RGB color model

#253AAA color RGB value is (37,58,170).

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

RGB channels and saturation

R 37 of 255 = 15%
G 58 of 255 = 23%
B 170 of 255 = 67%

37
58
170

R + G + B ~ 35%. #253AAA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 58 + 170 = 265 (100%)
R 37 of 265 ~ 13.96%
G 58 of 265 ~ 21.89%
B 170 of 265 ~ 64.15%

%13.96
%21.89
%64.15

CMYK color model

#253AAA color CMYK value is (78,66,0,33).

  • cyan value is 78.24%
  • magenta value is 65.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(78,66,0,33)
C78M66Y0K33 
(78%,66%,0%,33%)
(0.78/0.66/0.00/0.33)	

CMYK percentages

%78.24
%65.88
%0
%33.33

Codes

Color #253AAA in popluar color models

253AAA
RGB3758170
HSL231°64.25%40.59%
HSB/HSV231°78.24%66.67%
CMYK78.24%65.88%0.00%
33.33%

Color #253AAA in popluar number systems.

HEX253AAA
Decimal3758170
Binary10010111101010101010
Octal4572252

Shades and tints

Shades of #253AAA

#253AAA
(37,58,170)
#22359B
(34,53,155)
#1F308C
(31,48,140)
#1C2B7D
(28,43,125)
#19266E
(25,38,110)
#16215F
(22,33,95)
#131C50
(19,28,80)
#101741
(16,23,65)
#0D1232
(13,18,50)
#0A0D23
(10,13,35)
#070814
(7,8,20)
#000000
(0,0,0)

Tints of #253AAA

#253AAA
(37,58,170)
#384BB1
(56,75,177)
#4B5CB8
(75,92,184)
#5E6DBF
(94,109,191)
#717EC6
(113,126,198)
#848FCD
(132,143,205)
#97A0D4
(151,160,212)
#AAB1DB
(170,177,219)
#BDC2E2
(189,194,226)
#D0D3E9
(208,211,233)
#E3E4F0
(227,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253AAA color. Also use rgb(37,58,170) instead hex code.

Text Font Color

.myTextColor { color: #253AAA; }

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

This text font color is #253AAA.


Background Color

.myBgColor { background-color: #253AAA; }

<div style="background-color:#253AAA">Inner text</div>

This div background color is #253AAA.


Border color

.myBorderColor { border: 1px solid #253AAA; }

<div style="border:3px solid #253AAA">Div</div>

This div border color is #253AAA.


Opacity

.myOpacity80 { color: #253AAA; opacity: 0.8; }

<p style="color:#253AAA;opacity:0.8;">80%</p>

Text with #253AAA 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 #253AAA;}

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

This text has shadow with #253AAA color.

.textShadow {text-shadow: 3px 3px 1px #253AAA, 3px 3px 1px red;}

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

This text has shadow with #253AAA primary color and red secondary color.


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

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

This text has shadow with #253AAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253AAA on black background.


Color preview on white background

This text has color #253AAA on white background.



Black color preview on #253AAA background

This text has black color on #253AAA background.


White color preview on #253AAA background

This text has white color on #253AAA background.