COLOR #25257A

HEX: #25257A
RGB: (37,37,122)

Color info

#25257A contains mainly blue color. Web safe color of #25257A is #333366 (or #336).

RGB color model

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

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

RGB channels and saturation

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

37
37
122

R + G + B ~ 26%. #25257A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 37 + 122 = 196 (100%)
R 37 of 196 ~ 18.88%
G 37 of 196 ~ 18.88%
B 122 of 196 ~ 62.24%

%18.88
%18.88
%62.24

CMYK color model

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

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

CMYK percentages

%69.67
%69.67
%0
%52.16

Codes

Color #25257A in popluar color models

25257A
RGB3737122
HSL240°53.46%31.18%
HSB/HSV240°69.67%47.84%
CMYK69.67%69.67%0.00%
52.16%

Color #25257A in popluar number systems.

HEX25257A
Decimal3737122
Binary1001011001011111010
Octal4545172

Shades and tints

Shades of #25257A

#25257A
(37,37,122)
#22226F
(34,34,111)
#1F1F64
(31,31,100)
#1C1C59
(28,28,89)
#19194E
(25,25,78)
#161643
(22,22,67)
#131338
(19,19,56)
#10102D
(16,16,45)
#0D0D22
(13,13,34)
#0A0A17
(10,10,23)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #25257A

#25257A
(37,37,122)
#383886
(56,56,134)
#4B4B92
(75,75,146)
#5E5E9E
(94,94,158)
#7171AA
(113,113,170)
#8484B6
(132,132,182)
#9797C2
(151,151,194)
#AAAACE
(170,170,206)
#BDBDDA
(189,189,218)
#D0D0E6
(208,208,230)
#E3E3F2
(227,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25257A; }

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

This text font color is #25257A.


Background Color

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

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

This div background color is #25257A.


Border color

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

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

This div border color is #25257A.


Opacity

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

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

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

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

This text has shadow with #25257A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25257A on black background.


Color preview on white background

This text has color #25257A on white background.



Black color preview on #25257A background

This text has black color on #25257A background.


White color preview on #25257A background

This text has white color on #25257A background.