COLOR #25508D

HEX: #25508D
RGB: (37,80,141)

Color info

#25508D contains mainly blue color. Web safe color of #25508D is #336699 (or #369).

RGB color model

#25508D color RGB value is (37,80,141).

  • red value is 37;
  • green value is 80;
  • blue value is 141.
RGB:
(37,80,141)
(15%,31%,55%)

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 141 of 255 = 55%

37
80
141

R + G + B ~ 34%. #25508D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 141 = 258 (100%)
R 37 of 258 ~ 14.34%
G 80 of 258 ~ 31.01%
B 141 of 258 ~ 54.65%

%14.34
%31.01
%54.65

CMYK color model

#25508D color CMYK value is (74,43,0,45).

  • cyan value is 73.76%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(74,43,0,45)
C74M43Y0K45 
(74%,43%,0%,45%)
(0.74/0.43/0.00/0.45)	

CMYK percentages

%73.76
%43.26
%0
%44.71

Codes

Color #25508D in popluar color models

25508D
RGB3780141
HSL215°58.43%34.90%
HSB/HSV215°73.76%55.29%
CMYK73.76%43.26%0.00%
44.71%

Color #25508D in popluar number systems.

HEX25508D
Decimal3780141
Binary100101101000010001101
Octal45120215

Shades and tints

Shades of #25508D

#25508D
(37,80,141)
#224981
(34,73,129)
#1F4275
(31,66,117)
#1C3B69
(28,59,105)
#19345D
(25,52,93)
#162D51
(22,45,81)
#132645
(19,38,69)
#101F39
(16,31,57)
#0D182D
(13,24,45)
#0A1121
(10,17,33)
#070A15
(7,10,21)
#000000
(0,0,0)

Tints of #25508D

#25508D
(37,80,141)
#385F97
(56,95,151)
#4B6EA1
(75,110,161)
#5E7DAB
(94,125,171)
#718CB5
(113,140,181)
#849BBF
(132,155,191)
#97AAC9
(151,170,201)
#AAB9D3
(170,185,211)
#BDC8DD
(189,200,221)
#D0D7E7
(208,215,231)
#E3E6F1
(227,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25508D color. Also use rgb(37,80,141) instead hex code.

Text Font Color

.myTextColor { color: #25508D; }

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

This text font color is #25508D.


Background Color

.myBgColor { background-color: #25508D; }

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

This div background color is #25508D.


Border color

.myBorderColor { border: 1px solid #25508D; }

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

This div border color is #25508D.


Opacity

.myOpacity80 { color: #25508D; opacity: 0.8; }

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

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

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

This text has shadow with #25508D color.

.textShadow {text-shadow: 3px 3px 1px #25508D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25508D on black background.


Color preview on white background

This text has color #25508D on white background.



Black color preview on #25508D background

This text has black color on #25508D background.


White color preview on #25508D background

This text has white color on #25508D background.