COLOR #25649B

HEX: #25649B
RGB: (37,100,155)

Color info

#25649B contains mainly green and blue colors. Web safe color of #25649B is #336699 (or #369).

RGB color model

#25649B color RGB value is (37,100,155).

  • red value is 37;
  • green value is 100;
  • blue value is 155.
RGB:
(37,100,155)
(15%,39%,61%)

RGB channels and saturation

R 37 of 255 = 15%
G 100 of 255 = 39%
B 155 of 255 = 61%

37
100
155

R + G + B ~ 38%. #25649B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 100 + 155 = 292 (100%)
R 37 of 292 ~ 12.67%
G 100 of 292 ~ 34.25%
B 155 of 292 ~ 53.08%

%12.67
%34.25
%53.08

CMYK color model

#25649B color CMYK value is (76,35,0,39).

  • cyan value is 76.13%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(76,35,0,39)
C76M35Y0K39 
(76%,35%,0%,39%)
(0.76/0.35/0.00/0.39)	

CMYK percentages

%76.13
%35.48
%0
%39.22

Codes

Color #25649B in popluar color models

25649B
RGB37100155
HSL208°61.46%37.65%
HSB/HSV208°76.13%60.78%
CMYK76.13%35.48%0.00%
39.22%

Color #25649B in popluar number systems.

HEX25649B
Decimal37100155
Binary100101110010010011011
Octal45144233

Shades and tints

Shades of #25649B

#25649B
(37,100,155)
#225B8D
(34,91,141)
#1F527F
(31,82,127)
#1C4971
(28,73,113)
#194063
(25,64,99)
#163755
(22,55,85)
#132E47
(19,46,71)
#102539
(16,37,57)
#0D1C2B
(13,28,43)
#0A131D
(10,19,29)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #25649B

#25649B
(37,100,155)
#3872A4
(56,114,164)
#4B80AD
(75,128,173)
#5E8EB6
(94,142,182)
#719CBF
(113,156,191)
#84AAC8
(132,170,200)
#97B8D1
(151,184,209)
#AAC6DA
(170,198,218)
#BDD4E3
(189,212,227)
#D0E2EC
(208,226,236)
#E3F0F5
(227,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25649B color. Also use rgb(37,100,155) instead hex code.

Text Font Color

.myTextColor { color: #25649B; }

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

This text font color is #25649B.


Background Color

.myBgColor { background-color: #25649B; }

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

This div background color is #25649B.


Border color

.myBorderColor { border: 1px solid #25649B; }

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

This div border color is #25649B.


Opacity

.myOpacity80 { color: #25649B; opacity: 0.8; }

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

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

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

This text has shadow with #25649B color.

.textShadow {text-shadow: 3px 3px 1px #25649B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25649B on black background.


Color preview on white background

This text has color #25649B on white background.



Black color preview on #25649B background

This text has black color on #25649B background.


White color preview on #25649B background

This text has white color on #25649B background.