COLOR #25486B

HEX: #25486B RGB: (37,72,107)

Color info

#25486B contains mainly green and blue colors. Web safe color of #25486B is #333366 (or #336).

RGB color model

#25486B color RGB value is (37,72,107).

RGB: (37,72,107) (15%, 28%, 42%)

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 107 of 255 = 42%

37
72
107

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

Portions of RGB colors in percentages

R + G + B = 37 + 72 + 107 = 216 (100%)
R 37 of 216 ~ 17.13%
G 72 of 216 ~ 33.33%
B 107 of 216 ~ 49.54'%

%17.13
%33.33
%49.54

CMYK color model

#25486B color CMYK value is (65,33,0,58).

  • cyan value is 65.42%
  • magenta value is 32.71%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (65,33,0,58)
C65M33Y0K58 (65%, 33%, 0%, 58%)
(0.65 / 0.33 / 0.00 / 0.58)

CMYK percentages

%65.42
%32.71
%0
%58.04

Codes

Color #25486B in popluar color models

25 48 6B
RGB 37 72 107
HSL 210° 48.61% 28.24%
HSB/HSV 210° 65.42% 41.96%
CMYK 65.42% 32.71% 0.00%
58.04%

Color #25486B in popluar number systems.

HEX 25 48 6B
Decimal 37 72 107
Binary 100101 1001000 1101011
Octal 45 110 153

Shades and tints

Shades of #25486B

#25486B
(37,72,107)
#224262
(34,66,98)
#1F3C59
(31,60,89)
#1C3650
(28,54,80)
#193047
(25,48,71)
#162A3E
(22,42,62)
#132435
(19,36,53)
#101E2C
(16,30,44)
#0D1823
(13,24,35)
#0A121A
(10,18,26)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #25486B

#25486B
(37,72,107)
#385878
(56,88,120)
#4B6885
(75,104,133)
#5E7892
(94,120,146)
#71889F
(113,136,159)
#8498AC
(132,152,172)
#97A8B9
(151,168,185)
#AAB8C6
(170,184,198)
#BDC8D3
(189,200,211)
#D0D8E0
(208,216,224)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25486B color. Also use rgb(37,72,107) instead hex code.

Text Font Color

.myTextColor { color: #25486B; }

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

This text font color is #25486B.

Background Color

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

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

This div background color is #25486B.

Border color

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

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

This div border color is #25486B.

Opacity

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

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

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

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

This text has shadow with #25486B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25486B.

Preview

Color preview on black background

This text has color #25486B on black background.


Color preview on white background

This text has color #25486B on white background.


Black color preview on #25486B background

This text has black color on #25486B background.


White color preview on #25486B background

This text has white color on #25486B background.


Related colors

Complementary color

Complementary color for #hex is #DAB794.


I love getcolorcode.com

Triadic colors

1 #6B2548 and #486B25 with #25486B are triadic colors.

2 #6B4825 and #48256B with #25486B are triadic colors.