COLOR #253BAA

HEX: #253BAA
RGB: (37,59,170)

Color info

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

RGB color model

#253BAA color RGB value is (37,59,170).

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

RGB channels and saturation

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

37
59
170

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

Portions of RGB colors in percentages

R + G + B =
37 + 59 + 170 = 266 (100%)
R 37 of 266 ~ 13.91%
G 59 of 266 ~ 22.18%
B 170 of 266 ~ 63.91%

%13.91
%22.18
%63.91

CMYK color model

#253BAA color CMYK value is (78,65,0,33).

  • cyan value is 78.24%
  • magenta value is 65.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(78,65,0,33)
C78M65Y0K33 
(78%,65%,0%,33%)
(0.78/0.65/0.00/0.33)	

CMYK percentages

%78.24
%65.29
%0
%33.33

Codes

Color #253BAA in popluar color models

253BAA
RGB3759170
HSL230°64.25%40.59%
HSB/HSV230°78.24%66.67%
CMYK78.24%65.29%0.00%
33.33%

Color #253BAA in popluar number systems.

HEX253BAA
Decimal3759170
Binary10010111101110101010
Octal4573252

Shades and tints

Shades of #253BAA

#253BAA
(37,59,170)
#22369B
(34,54,155)
#1F318C
(31,49,140)
#1C2C7D
(28,44,125)
#19276E
(25,39,110)
#16225F
(22,34,95)
#131D50
(19,29,80)
#101841
(16,24,65)
#0D1332
(13,19,50)
#0A0E23
(10,14,35)
#070914
(7,9,20)
#000000
(0,0,0)

Tints of #253BAA

#253BAA
(37,59,170)
#384CB1
(56,76,177)
#4B5DB8
(75,93,184)
#5E6EBF
(94,110,191)
#717FC6
(113,127,198)
#8490CD
(132,144,205)
#97A1D4
(151,161,212)
#AAB2DB
(170,178,219)
#BDC3E2
(189,195,226)
#D0D4E9
(208,212,233)
#E3E5F0
(227,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253BAA; }

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

This text font color is #253BAA.


Background Color

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

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

This div background color is #253BAA.


Border color

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

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

This div border color is #253BAA.


Opacity

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

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

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

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

This text has shadow with #253BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253BAA on black background.


Color preview on white background

This text has color #253BAA on white background.



Black color preview on #253BAA background

This text has black color on #253BAA background.


White color preview on #253BAA background

This text has white color on #253BAA background.