COLOR #251755

HEX: #251755
RGB: (37,23,85)

Color info

#251755 contains mainly red and blue colors. Web safe color of #251755 is #330066 (or #306).

RGB color model

#251755 color RGB value is (37,23,85).

  • red value is 37;
  • green value is 23;
  • blue value is 85.
RGB:
(37,23,85)
(15%,9%,33%)

RGB channels and saturation

R 37 of 255 = 15%
G 23 of 255 = 9%
B 85 of 255 = 33%

37
23
85

R + G + B ~ 19%. #251755 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 23 + 85 = 145 (100%)
R 37 of 145 ~ 25.52%
G 23 of 145 ~ 15.86%
B 85 of 145 ~ 58.62%

%25.52
%15.86
%58.62

CMYK color model

#251755 color CMYK value is (56,73,0,67).

  • cyan value is 56.47%
  • magenta value is 72.94%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(56,73,0,67)
C56M73Y0K67 
(56%,73%,0%,67%)
(0.56/0.73/0.00/0.67)	

CMYK percentages

%56.47
%72.94
%0
%66.67

Codes

Color #251755 in popluar color models

251755
RGB372385
HSL254°57.41%21.18%
HSB/HSV254°72.94%33.33%
CMYK56.47%72.94%0.00%
66.67%

Color #251755 in popluar number systems.

HEX251755
Decimal372385
Binary100101101111010101
Octal4527125

Shades and tints

Shades of #251755

#251755
(37,23,85)
#22154E
(34,21,78)
#1F1347
(31,19,71)
#1C1140
(28,17,64)
#190F39
(25,15,57)
#160D32
(22,13,50)
#130B2B
(19,11,43)
#100924
(16,9,36)
#0D071D
(13,7,29)
#0A0516
(10,5,22)
#07030F
(7,3,15)
#000000
(0,0,0)

Tints of #251755

#251755
(37,23,85)
#382C64
(56,44,100)
#4B4173
(75,65,115)
#5E5682
(94,86,130)
#716B91
(113,107,145)
#8480A0
(132,128,160)
#9795AF
(151,149,175)
#AAAABE
(170,170,190)
#BDBFCD
(189,191,205)
#D0D4DC
(208,212,220)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251755 color. Also use rgb(37,23,85) instead hex code.

Text Font Color

.myTextColor { color: #251755; }

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

This text font color is #251755.


Background Color

.myBgColor { background-color: #251755; }

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

This div background color is #251755.


Border color

.myBorderColor { border: 1px solid #251755; }

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

This div border color is #251755.


Opacity

.myOpacity80 { color: #251755; opacity: 0.8; }

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

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

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

This text has shadow with #251755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251755 on black background.


Color preview on white background

This text has color #251755 on white background.



Black color preview on #251755 background

This text has black color on #251755 background.


White color preview on #251755 background

This text has white color on #251755 background.