COLOR #25355E

HEX: #25355E
RGB: (37,53,94)

Color info

#25355E contains red, green and blue colors in about the same proportion. Web safe color of #25355E is #333366 (or #336).

RGB color model

#25355E color RGB value is (37,53,94).

  • red value is 37;
  • green value is 53;
  • blue value is 94.
RGB:
(37,53,94)
(15%,21%,37%)

RGB channels and saturation

R 37 of 255 = 15%
G 53 of 255 = 21%
B 94 of 255 = 37%

37
53
94

R + G + B ~ 24%. #25355E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 53 + 94 = 184 (100%)
R 37 of 184 ~ 20.11%
G 53 of 184 ~ 28.8%
B 94 of 184 ~ 51.09%

%20.11
%28.8
%51.09

CMYK color model

#25355E color CMYK value is (61,44,0,63).

  • cyan value is 60.64%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(61,44,0,63)
C61M44Y0K63 
(61%,44%,0%,63%)
(0.61/0.44/0.00/0.63)	

CMYK percentages

%60.64
%43.62
%0
%63.14

Codes

Color #25355E in popluar color models

25355E
RGB375394
HSL223°43.51%25.69%
HSB/HSV223°60.64%36.86%
CMYK60.64%43.62%0.00%
63.14%

Color #25355E in popluar number systems.

HEX25355E
Decimal375394
Binary1001011101011011110
Octal4565136

Shades and tints

Shades of #25355E

#25355E
(37,53,94)
#223156
(34,49,86)
#1F2D4E
(31,45,78)
#1C2946
(28,41,70)
#19253E
(25,37,62)
#162136
(22,33,54)
#131D2E
(19,29,46)
#101926
(16,25,38)
#0D151E
(13,21,30)
#0A1116
(10,17,22)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #25355E

#25355E
(37,53,94)
#38476C
(56,71,108)
#4B597A
(75,89,122)
#5E6B88
(94,107,136)
#717D96
(113,125,150)
#848FA4
(132,143,164)
#97A1B2
(151,161,178)
#AAB3C0
(170,179,192)
#BDC5CE
(189,197,206)
#D0D7DC
(208,215,220)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25355E color. Also use rgb(37,53,94) instead hex code.

Text Font Color

.myTextColor { color: #25355E; }

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

This text font color is #25355E.


Background Color

.myBgColor { background-color: #25355E; }

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

This div background color is #25355E.


Border color

.myBorderColor { border: 1px solid #25355E; }

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

This div border color is #25355E.


Opacity

.myOpacity80 { color: #25355E; opacity: 0.8; }

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

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

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

This text has shadow with #25355E color.

.textShadow {text-shadow: 3px 3px 1px #25355E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25355E on black background.


Color preview on white background

This text has color #25355E on white background.



Black color preview on #25355E background

This text has black color on #25355E background.


White color preview on #25355E background

This text has white color on #25355E background.