COLOR #25457A

HEX: #25457A
RGB: (37,69,122)

Color info

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

RGB color model

#25457A color RGB value is (37,69,122).

  • red value is 37;
  • green value is 69;
  • blue value is 122.
RGB:
(37,69,122)
(15%,27%,48%)

RGB channels and saturation

R 37 of 255 = 15%
G 69 of 255 = 27%
B 122 of 255 = 48%

37
69
122

R + G + B ~ 30%. #25457A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 69 + 122 = 228 (100%)
R 37 of 228 ~ 16.23%
G 69 of 228 ~ 30.26%
B 122 of 228 ~ 53.51%

%16.23
%30.26
%53.51

CMYK color model

#25457A color CMYK value is (70,43,0,52).

  • cyan value is 69.67%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(70,43,0,52)
C70M43Y0K52 
(70%,43%,0%,52%)
(0.70/0.43/0.00/0.52)	

CMYK percentages

%69.67
%43.44
%0
%52.16

Codes

Color #25457A in popluar color models

25457A
RGB3769122
HSL217°53.46%31.18%
HSB/HSV217°69.67%47.84%
CMYK69.67%43.44%0.00%
52.16%

Color #25457A in popluar number systems.

HEX25457A
Decimal3769122
Binary10010110001011111010
Octal45105172

Shades and tints

Shades of #25457A

#25457A
(37,69,122)
#223F6F
(34,63,111)
#1F3964
(31,57,100)
#1C3359
(28,51,89)
#192D4E
(25,45,78)
#162743
(22,39,67)
#132138
(19,33,56)
#101B2D
(16,27,45)
#0D1522
(13,21,34)
#0A0F17
(10,15,23)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #25457A

#25457A
(37,69,122)
#385586
(56,85,134)
#4B6592
(75,101,146)
#5E759E
(94,117,158)
#7185AA
(113,133,170)
#8495B6
(132,149,182)
#97A5C2
(151,165,194)
#AAB5CE
(170,181,206)
#BDC5DA
(189,197,218)
#D0D5E6
(208,213,230)
#E3E5F2
(227,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25457A color. Also use rgb(37,69,122) instead hex code.

Text Font Color

.myTextColor { color: #25457A; }

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

This text font color is #25457A.


Background Color

.myBgColor { background-color: #25457A; }

<div style="background-color:#25457A">Inner text</div>

This div background color is #25457A.


Border color

.myBorderColor { border: 1px solid #25457A; }

<div style="border:3px solid #25457A">Div</div>

This div border color is #25457A.


Opacity

.myOpacity80 { color: #25457A; opacity: 0.8; }

<p style="color:#25457A;opacity:0.8;">80%</p>

Text with #25457A 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 #25457A;}

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

This text has shadow with #25457A color.

.textShadow {text-shadow: 3px 3px 1px #25457A, 3px 3px 1px red;}

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

This text has shadow with #25457A primary color and red secondary color.


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

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

This text has shadow with #25457A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25457A on black background.


Color preview on white background

This text has color #25457A on white background.



Black color preview on #25457A background

This text has black color on #25457A background.


White color preview on #25457A background

This text has white color on #25457A background.