COLOR #252889

HEX: #252889 RGB: (37,40,137)

Color info

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

RGB color model

#252889 color RGB value is (37,40,137).

RGB: (37,40,137) (15%, 16%, 54%)

RGB channels and saturation

R 37 of 255 = 15%
G 40 of 255 = 16%
B 137 of 255 = 54%

37
40
137

R + G + B ~ 28%. #252889 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 40 + 137 = 214 (100%)
R 37 of 214 ~ 17.29%
G 40 of 214 ~ 18.69%
B 137 of 214 ~ 64.02'%

%17.29
%18.69
%64.02

CMYK color model

#252889 color CMYK value is (73,71,0,46).

  • cyan value is 72.99%
  • magenta value is 70.80%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (73,71,0,46) C73M71Y0K46 (73%,71%,0%,46%) (0.73/0.71/0.00/0.46) 

CMYK percentages

%72.99
%70.8
%0
%46.27

Codes

Color #252889 in popluar color models

25 28 89
RGB 37 40 137
HSL 238° 57.47% 34.12%
HSB/HSV 238° 72.99% 53.73%
CMYK 72.99% 70.80% 0.00%
46.27%

Color #252889 in popluar number systems.

HEX 25 28 89
Decimal 37 40 137
Binary 100101 101000 10001001
Octal 45 50 211

Shades and tints

Shades of #252889

#252889
(37,40,137)
#22257D
(34,37,125)
#1F2271
(31,34,113)
#1C1F65
(28,31,101)
#191C59
(25,28,89)
#16194D
(22,25,77)
#131641
(19,22,65)
#101335
(16,19,53)
#0D1029
(13,16,41)
#0A0D1D
(10,13,29)
#070A11
(7,10,17)
#000000
(0,0,0)

Tints of #252889

#252889
(37,40,137)
#383B93
(56,59,147)
#4B4E9D
(75,78,157)
#5E61A7
(94,97,167)
#7174B1
(113,116,177)
#8487BB
(132,135,187)
#979AC5
(151,154,197)
#AAADCF
(170,173,207)
#BDC0D9
(189,192,217)
#D0D3E3
(208,211,227)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252889 color. Also use rgb(37,40,137) instead hex code.

Text Font Color

.myTextColor { color: #252889; }

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

This text font color is #252889.

Background Color

.myBgColor { background-color: #252889; }

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

This div background color is #252889.

Border color

.myBorderColor { border: 1px solid #252889; }

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

This div border color is #252889.

Opacity

.myOpacity80 { color: #252889; opacity: 0.8; }

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

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

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

This text has shadow with #252889 color.


.textShadow {text-shadow: 3px 3px 1px #252889', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #252889; -webkit-box-shadow: 1px 1px 3px 2px #252889; box-shadow:1px 1px 3px 2px #252889;">
Div content here
</div>

This div box has shadow with color #252889.

Preview

Color preview on black background

This text has color #252889 on black background.


Color preview on white background

This text has color #252889 on white background.


Black color preview on #252889 background

This text has black color on #252889 background.


White color preview on #252889 background

This text has white color on #252889 background.


Related colors

Complementary color

Complementary color for #hex is #DAD776.


I love getcolorcode.com

Triadic colors

1 #892528 and #288925 with #252889 are triadic colors.

2 #892825 and #282589 with #252889 are triadic colors.