COLOR #251E5D

HEX: #251E5D
RGB: (37,30,93)

Color info

#251E5D contains mainly red and blue colors. Web safe color of #251E5D is #333366 (or #336).

RGB color model

#251E5D color RGB value is (37,30,93).

  • red value is 37;
  • green value is 30;
  • blue value is 93.
RGB:
(37,30,93)
(15%,12%,36%)

RGB channels and saturation

R 37 of 255 = 15%
G 30 of 255 = 12%
B 93 of 255 = 36%

37
30
93

R + G + B ~ 21%. #251E5D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 30 + 93 = 160 (100%)
R 37 of 160 ~ 23.13%
G 30 of 160 ~ 18.75%
B 93 of 160 ~ 58.13%

%23.13
%18.75
%58.13

CMYK color model

#251E5D color CMYK value is (60,68,0,64).

  • cyan value is 60.22%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(60,68,0,64)
C60M68Y0K64 
(60%,68%,0%,64%)
(0.60/0.68/0.00/0.64)	

CMYK percentages

%60.22
%67.74
%0
%63.53

Codes

Color #251E5D in popluar color models

251E5D
RGB373093
HSL247°51.22%24.12%
HSB/HSV247°67.74%36.47%
CMYK60.22%67.74%0.00%
63.53%

Color #251E5D in popluar number systems.

HEX251E5D
Decimal373093
Binary100101111101011101
Octal4536135

Shades and tints

Shades of #251E5D

#251E5D
(37,30,93)
#221C55
(34,28,85)
#1F1A4D
(31,26,77)
#1C1845
(28,24,69)
#19163D
(25,22,61)
#161435
(22,20,53)
#13122D
(19,18,45)
#101025
(16,16,37)
#0D0E1D
(13,14,29)
#0A0C15
(10,12,21)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #251E5D

#251E5D
(37,30,93)
#38326B
(56,50,107)
#4B4679
(75,70,121)
#5E5A87
(94,90,135)
#716E95
(113,110,149)
#8482A3
(132,130,163)
#9796B1
(151,150,177)
#AAAABF
(170,170,191)
#BDBECD
(189,190,205)
#D0D2DB
(208,210,219)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251E5D color. Also use rgb(37,30,93) instead hex code.

Text Font Color

.myTextColor { color: #251E5D; }

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

This text font color is #251E5D.


Background Color

.myBgColor { background-color: #251E5D; }

<div style="background-color:#251E5D">Inner text</div>

This div background color is #251E5D.


Border color

.myBorderColor { border: 1px solid #251E5D; }

<div style="border:3px solid #251E5D">Div</div>

This div border color is #251E5D.


Opacity

.myOpacity80 { color: #251E5D; opacity: 0.8; }

<p style="color:#251E5D;opacity:0.8;">80%</p>

Text with #251E5D 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 #251E5D;}

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

This text has shadow with #251E5D color.

.textShadow {text-shadow: 3px 3px 1px #251E5D, 3px 3px 1px red;}

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

This text has shadow with #251E5D primary color and red secondary color.


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

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

This text has shadow with #251E5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251E5D on black background.


Color preview on white background

This text has color #251E5D on white background.



Black color preview on #251E5D background

This text has black color on #251E5D background.


White color preview on #251E5D background

This text has white color on #251E5D background.