COLOR #251E53

HEX: #251E53 RGB: (37,30,83)

Color info

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

RGB color model

#251E53 color RGB value is (37,30,83).

RGB: (37,30,83) (15%, 12%, 33%)

RGB channels and saturation

R 37 of 255 = 15%
G 30 of 255 = 12%
B 83 of 255 = 33%

37
30
83

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

Portions of RGB colors in percentages

R + G + B = 37 + 30 + 83 = 150 (100%)
R 37 of 150 ~ 24.67%
G 30 of 150 ~ 20%
B 83 of 150 ~ 55.33'%

%24.67
%20
%55.33

CMYK color model

#251E53 color CMYK value is (55,64,0,67).

  • cyan value is 55.42%
  • magenta value is 63.86%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (55,64,0,67)
C55M64Y0K67 (55%, 64%, 0%, 67%)
(0.55 / 0.64 / 0.00 / 0.67)

CMYK percentages

%55.42
%63.86
%0
%67.45

Codes

Color #251E53 in popluar color models

25 1E 53
RGB 37 30 83
HSL 248° 46.90% 22.16%
HSB/HSV 248° 63.86% 32.55%
CMYK 55.42% 63.86% 0.00%
67.45%

Color #251E53 in popluar number systems.

HEX 25 1E 53
Decimal 37 30 83
Binary 100101 11110 1010011
Octal 45 36 123

Shades and tints

Shades of #251E53

#251E53
(37,30,83)
#221C4C
(34,28,76)
#1F1A45
(31,26,69)
#1C183E
(28,24,62)
#191637
(25,22,55)
#161430
(22,20,48)
#131229
(19,18,41)
#101022
(16,16,34)
#0D0E1B
(13,14,27)
#0A0C14
(10,12,20)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #251E53

#251E53
(37,30,83)
#383262
(56,50,98)
#4B4671
(75,70,113)
#5E5A80
(94,90,128)
#716E8F
(113,110,143)
#84829E
(132,130,158)
#9796AD
(151,150,173)
#AAAABC
(170,170,188)
#BDBECB
(189,190,203)
#D0D2DA
(208,210,218)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251E53; }

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

This text font color is #251E53.

Background Color

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

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

This div background color is #251E53.

Border color

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

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

This div border color is #251E53.

Opacity

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

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

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

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

This text has shadow with #251E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #251E53.

Preview

Color preview on black background

This text has color #251E53 on black background.


Color preview on white background

This text has color #251E53 on white background.


Black color preview on #251E53 background

This text has black color on #251E53 background.


White color preview on #251E53 background

This text has white color on #251E53 background.


Related colors

Complementary color

Complementary color for #hex is #DAE1AC.


I love getcolorcode.com

Triadic colors

1 #53251E and #1E5325 with #251E53 are triadic colors.

2 #531E25 and #1E2553 with #251E53 are triadic colors.