COLOR #251C56

HEX: #251C56
RGB: (37,28,86)

Color info

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

RGB color model

#251C56 color RGB value is (37,28,86).

  • red value is 37;
  • green value is 28;
  • blue value is 86.
RGB:
(37,28,86)
(15%,11%,34%)

RGB channels and saturation

R 37 of 255 = 15%
G 28 of 255 = 11%
B 86 of 255 = 34%

37
28
86

R + G + B ~ 20%. #251C56 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 28 + 86 = 151 (100%)
R 37 of 151 ~ 24.5%
G 28 of 151 ~ 18.54%
B 86 of 151 ~ 56.95%

%24.5
%18.54
%56.95

CMYK color model

#251C56 color CMYK value is (57,67,0,66).

  • cyan value is 56.98%
  • magenta value is 67.44%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(57,67,0,66)
C57M67Y0K66 
(57%,67%,0%,66%)
(0.57/0.67/0.00/0.66)	

CMYK percentages

%56.98
%67.44
%0
%66.27

Codes

Color #251C56 in popluar color models

251C56
RGB372886
HSL249°50.88%22.35%
HSB/HSV249°67.44%33.73%
CMYK56.98%67.44%0.00%
66.27%

Color #251C56 in popluar number systems.

HEX251C56
Decimal372886
Binary100101111001010110
Octal4534126

Shades and tints

Shades of #251C56

#251C56
(37,28,86)
#221A4F
(34,26,79)
#1F1848
(31,24,72)
#1C1641
(28,22,65)
#19143A
(25,20,58)
#161233
(22,18,51)
#13102C
(19,16,44)
#100E25
(16,14,37)
#0D0C1E
(13,12,30)
#0A0A17
(10,10,23)
#070810
(7,8,16)
#000000
(0,0,0)

Tints of #251C56

#251C56
(37,28,86)
#383065
(56,48,101)
#4B4474
(75,68,116)
#5E5883
(94,88,131)
#716C92
(113,108,146)
#8480A1
(132,128,161)
#9794B0
(151,148,176)
#AAA8BF
(170,168,191)
#BDBCCE
(189,188,206)
#D0D0DD
(208,208,221)
#E3E4EC
(227,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251C56 color. Also use rgb(37,28,86) instead hex code.

Text Font Color

.myTextColor { color: #251C56; }

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

This text font color is #251C56.


Background Color

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

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

This div background color is #251C56.


Border color

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

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

This div border color is #251C56.


Opacity

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

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

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

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

This text has shadow with #251C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251C56 on black background.


Color preview on white background

This text has color #251C56 on white background.



Black color preview on #251C56 background

This text has black color on #251C56 background.


White color preview on #251C56 background

This text has white color on #251C56 background.