COLOR #231E51

HEX: #231E51
RGB: (35,30,81)

Color info

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

RGB color model

#231E51 color RGB value is (35,30,81).

  • red value is 35;
  • green value is 30;
  • blue value is 81.
RGB:
(35,30,81)
(14%,12%,32%)

RGB channels and saturation

R 35 of 255 = 14%
G 30 of 255 = 12%
B 81 of 255 = 32%

35
30
81

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

Portions of RGB colors in percentages

R + G + B =
35 + 30 + 81 = 146 (100%)
R 35 of 146 ~ 23.97%
G 30 of 146 ~ 20.55%
B 81 of 146 ~ 55.48%

%23.97
%20.55
%55.48

CMYK color model

#231E51 color CMYK value is (57,63,0,68).

  • cyan value is 56.79%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(57,63,0,68)
C57M63Y0K68 
(57%,63%,0%,68%)
(0.57/0.63/0.00/0.68)	

CMYK percentages

%56.79
%62.96
%0
%68.24

Codes

Color #231E51 in popluar color models

231E51
RGB353081
HSL246°45.95%21.76%
HSB/HSV246°62.96%31.76%
CMYK56.79%62.96%0.00%
68.24%

Color #231E51 in popluar number systems.

HEX231E51
Decimal353081
Binary100011111101010001
Octal4336121

Shades and tints

Shades of #231E51

#231E51
(35,30,81)
#201C4A
(32,28,74)
#1D1A43
(29,26,67)
#1A183C
(26,24,60)
#171635
(23,22,53)
#14142E
(20,20,46)
#111227
(17,18,39)
#0E1020
(14,16,32)
#0B0E19
(11,14,25)
#080C12
(8,12,18)
#050A0B
(5,10,11)
#000000
(0,0,0)

Tints of #231E51

#231E51
(35,30,81)
#373260
(55,50,96)
#4B466F
(75,70,111)
#5F5A7E
(95,90,126)
#736E8D
(115,110,141)
#87829C
(135,130,156)
#9B96AB
(155,150,171)
#AFAABA
(175,170,186)
#C3BEC9
(195,190,201)
#D7D2D8
(215,210,216)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231E51 color. Also use rgb(35,30,81) instead hex code.

Text Font Color

.myTextColor { color: #231E51; }

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

This text font color is #231E51.


Background Color

.myBgColor { background-color: #231E51; }

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

This div background color is #231E51.


Border color

.myBorderColor { border: 1px solid #231E51; }

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

This div border color is #231E51.


Opacity

.myOpacity80 { color: #231E51; opacity: 0.8; }

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

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

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

This text has shadow with #231E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231E51 on black background.


Color preview on white background

This text has color #231E51 on white background.



Black color preview on #231E51 background

This text has black color on #231E51 background.


White color preview on #231E51 background

This text has white color on #231E51 background.