COLOR #251D64

HEX: #251D64
RGB: (37,29,100)

Color info

#251D64 contains mainly blue color. Web safe color of #251D64 is #333366 (or #336).

RGB color model

#251D64 color RGB value is (37,29,100).

  • red value is 37;
  • green value is 29;
  • blue value is 100.
RGB:
(37,29,100)
(15%,11%,39%)

RGB channels and saturation

R 37 of 255 = 15%
G 29 of 255 = 11%
B 100 of 255 = 39%

37
29
100

R + G + B ~ 22%. #251D64 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 29 + 100 = 166 (100%)
R 37 of 166 ~ 22.29%
G 29 of 166 ~ 17.47%
B 100 of 166 ~ 60.24%

%22.29
%17.47
%60.24

CMYK color model

#251D64 color CMYK value is (63,71,0,61).

  • cyan value is 63.00%
  • magenta value is 71.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(63,71,0,61)
C63M71Y0K61 
(63%,71%,0%,61%)
(0.63/0.71/0.00/0.61)	

CMYK percentages

%63
%71
%0
%60.78

Codes

Color #251D64 in popluar color models

251D64
RGB3729100
HSL247°55.04%25.29%
HSB/HSV247°71.00%39.22%
CMYK63.00%71.00%0.00%
60.78%

Color #251D64 in popluar number systems.

HEX251D64
Decimal3729100
Binary100101111011100100
Octal4535144

Shades and tints

Shades of #251D64

#251D64
(37,29,100)
#221B5B
(34,27,91)
#1F1952
(31,25,82)
#1C1749
(28,23,73)
#191540
(25,21,64)
#161337
(22,19,55)
#13112E
(19,17,46)
#100F25
(16,15,37)
#0D0D1C
(13,13,28)
#0A0B13
(10,11,19)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #251D64

#251D64
(37,29,100)
#383172
(56,49,114)
#4B4580
(75,69,128)
#5E598E
(94,89,142)
#716D9C
(113,109,156)
#8481AA
(132,129,170)
#9795B8
(151,149,184)
#AAA9C6
(170,169,198)
#BDBDD4
(189,189,212)
#D0D1E2
(208,209,226)
#E3E5F0
(227,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251D64 color. Also use rgb(37,29,100) instead hex code.

Text Font Color

.myTextColor { color: #251D64; }

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

This text font color is #251D64.


Background Color

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

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

This div background color is #251D64.


Border color

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

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

This div border color is #251D64.


Opacity

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

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

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

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

This text has shadow with #251D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251D64 on black background.


Color preview on white background

This text has color #251D64 on white background.



Black color preview on #251D64 background

This text has black color on #251D64 background.


White color preview on #251D64 background

This text has white color on #251D64 background.