COLOR #252651

HEX: #252651
RGB: (37,38,81)

Color info

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

RGB color model

#252651 color RGB value is (37,38,81).

  • red value is 37;
  • green value is 38;
  • blue value is 81.
RGB:
(37,38,81)
(15%,15%,32%)

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 81 of 255 = 32%

37
38
81

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

Portions of RGB colors in percentages

R + G + B =
37 + 38 + 81 = 156 (100%)
R 37 of 156 ~ 23.72%
G 38 of 156 ~ 24.36%
B 81 of 156 ~ 51.92%

%23.72
%24.36
%51.92

CMYK color model

#252651 color CMYK value is (54,53,0,68).

  • cyan value is 54.32%
  • magenta value is 53.09%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(54,53,0,68)
C54M53Y0K68 
(54%,53%,0%,68%)
(0.54/0.53/0.00/0.68)	

CMYK percentages

%54.32
%53.09
%0
%68.24

Codes

Color #252651 in popluar color models

252651
RGB373881
HSL239°37.29%23.14%
HSB/HSV239°54.32%31.76%
CMYK54.32%53.09%0.00%
68.24%

Color #252651 in popluar number systems.

HEX252651
Decimal373881
Binary1001011001101010001
Octal4546121

Shades and tints

Shades of #252651

#252651
(37,38,81)
#22234A
(34,35,74)
#1F2043
(31,32,67)
#1C1D3C
(28,29,60)
#191A35
(25,26,53)
#16172E
(22,23,46)
#131427
(19,20,39)
#101120
(16,17,32)
#0D0E19
(13,14,25)
#0A0B12
(10,11,18)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #252651

#252651
(37,38,81)
#383960
(56,57,96)
#4B4C6F
(75,76,111)
#5E5F7E
(94,95,126)
#71728D
(113,114,141)
#84859C
(132,133,156)
#9798AB
(151,152,171)
#AAABBA
(170,171,186)
#BDBEC9
(189,190,201)
#D0D1D8
(208,209,216)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252651 color. Also use rgb(37,38,81) instead hex code.

Text Font Color

.myTextColor { color: #252651; }

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

This text font color is #252651.


Background Color

.myBgColor { background-color: #252651; }

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

This div background color is #252651.


Border color

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

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

This div border color is #252651.


Opacity

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

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

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

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

This text has shadow with #252651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252651 on black background.


Color preview on white background

This text has color #252651 on white background.



Black color preview on #252651 background

This text has black color on #252651 background.


White color preview on #252651 background

This text has white color on #252651 background.