COLOR #231E5E

HEX: #231E5E
RGB: (35,30,94)

Color info

#231E5E contains mainly red and blue colors. Web safe color of #231E5E is #333366 (or #336).

RGB color model

#231E5E color RGB value is (35,30,94).

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

RGB channels and saturation

R 35 of 255 = 14%
G 30 of 255 = 12%
B 94 of 255 = 37%

35
30
94

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

Portions of RGB colors in percentages

R + G + B =
35 + 30 + 94 = 159 (100%)
R 35 of 159 ~ 22.01%
G 30 of 159 ~ 18.87%
B 94 of 159 ~ 59.12%

%22.01
%18.87
%59.12

CMYK color model

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

  • cyan value is 62.77%
  • magenta value is 68.09%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(63,68,0,63)
C63M68Y0K63 
(63%,68%,0%,63%)
(0.63/0.68/0.00/0.63)	

CMYK percentages

%62.77
%68.09
%0
%63.14

Codes

Color #231E5E in popluar color models

231E5E
RGB353094
HSL245°51.61%24.31%
HSB/HSV245°68.09%36.86%
CMYK62.77%68.09%0.00%
63.14%

Color #231E5E in popluar number systems.

HEX231E5E
Decimal353094
Binary100011111101011110
Octal4336136

Shades and tints

Shades of #231E5E

#231E5E
(35,30,94)
#201C56
(32,28,86)
#1D1A4E
(29,26,78)
#1A1846
(26,24,70)
#17163E
(23,22,62)
#141436
(20,20,54)
#11122E
(17,18,46)
#0E1026
(14,16,38)
#0B0E1E
(11,14,30)
#080C16
(8,12,22)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #231E5E

#231E5E
(35,30,94)
#37326C
(55,50,108)
#4B467A
(75,70,122)
#5F5A88
(95,90,136)
#736E96
(115,110,150)
#8782A4
(135,130,164)
#9B96B2
(155,150,178)
#AFAAC0
(175,170,192)
#C3BECE
(195,190,206)
#D7D2DC
(215,210,220)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231E5E; }

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

This text font color is #231E5E.


Background Color

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

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

This div background color is #231E5E.


Border color

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

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

This div border color is #231E5E.


Opacity

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

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

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

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

This text has shadow with #231E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231E5E on black background.


Color preview on white background

This text has color #231E5E on white background.



Black color preview on #231E5E background

This text has black color on #231E5E background.


White color preview on #231E5E background

This text has white color on #231E5E background.