COLOR #25378D

HEX: #25378D RGB: (37,55,141)

Color info

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

RGB color model

#25378D color RGB value is (37,55,141).

RGB: (37,55,141) (15%, 22%, 55%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 141 of 255 = 55%

37
55
141

R + G + B ~ 31%. #25378D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 55 + 141 = 233 (100%)
R 37 of 233 ~ 15.88%
G 55 of 233 ~ 23.61%
B 141 of 233 ~ 60.52'%

%15.88
%23.61
%60.52

CMYK color model

#25378D color CMYK value is (74,61,0,45).

  • cyan value is 73.76%
  • magenta value is 60.99%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (74,61,0,45)
C74M61Y0K45 (74%, 61%, 0%, 45%)
(0.74 / 0.61 / 0.00 / 0.45)

CMYK percentages

%73.76
%60.99
%0
%44.71

Codes

Color #25378D in popluar color models

25 37 8D
RGB 37 55 141
HSL 230° 58.43% 34.90%
HSB/HSV 230° 73.76% 55.29%
CMYK 73.76% 60.99% 0.00%
44.71%

Color #25378D in popluar number systems.

HEX 25 37 8D
Decimal 37 55 141
Binary 100101 110111 10001101
Octal 45 67 215

Shades and tints

Shades of #25378D

#25378D
(37,55,141)
#223281
(34,50,129)
#1F2D75
(31,45,117)
#1C2869
(28,40,105)
#19235D
(25,35,93)
#161E51
(22,30,81)
#131945
(19,25,69)
#101439
(16,20,57)
#0D0F2D
(13,15,45)
#0A0A21
(10,10,33)
#070515
(7,5,21)
#000000
(0,0,0)

Tints of #25378D

#25378D
(37,55,141)
#384997
(56,73,151)
#4B5BA1
(75,91,161)
#5E6DAB
(94,109,171)
#717FB5
(113,127,181)
#8491BF
(132,145,191)
#97A3C9
(151,163,201)
#AAB5D3
(170,181,211)
#BDC7DD
(189,199,221)
#D0D9E7
(208,217,231)
#E3EBF1
(227,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25378D; }

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

This text font color is #25378D.

Background Color

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

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

This div background color is #25378D.

Border color

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

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

This div border color is #25378D.

Opacity

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

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

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

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

This text has shadow with #25378D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25378D.

Preview

Color preview on black background

This text has color #25378D on black background.


Color preview on white background

This text has color #25378D on white background.


Black color preview on #25378D background

This text has black color on #25378D background.


White color preview on #25378D background

This text has white color on #25378D background.


Related colors

Complementary color

Complementary color for #hex is #DAC872.


I love getcolorcode.com

Triadic colors

1 #8D2537 and #378D25 with #25378D are triadic colors.

2 #8D3725 and #37258D with #25378D are triadic colors.