COLOR #231EB4

HEX: #231EB4
RGB: (35,30,180)

Color info

#231EB4 contains mainly blue color. Web safe color of #231EB4 is #3333CC (or #33C).

RGB color model

#231EB4 color RGB value is (35,30,180).

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

RGB channels and saturation

R 35 of 255 = 14%
G 30 of 255 = 12%
B 180 of 255 = 71%

35
30
180

R + G + B ~ 32%. #231EB4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 30 + 180 = 245 (100%)
R 35 of 245 ~ 14.29%
G 30 of 245 ~ 12.24%
B 180 of 245 ~ 73.47%

%14.29
%12.24
%73.47

CMYK color model

#231EB4 color CMYK value is (81,83,0,29).

  • cyan value is 80.56%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(81,83,0,29)
C81M83Y0K29 
(81%,83%,0%,29%)
(0.81/0.83/0.00/0.29)	

CMYK percentages

%80.56
%83.33
%0
%29.41

Codes

Color #231EB4 in popluar color models

231EB4
RGB3530180
HSL242°71.43%41.18%
HSB/HSV242°83.33%70.59%
CMYK80.56%83.33%0.00%
29.41%

Color #231EB4 in popluar number systems.

HEX231EB4
Decimal3530180
Binary1000111111010110100
Octal4336264

Shades and tints

Shades of #231EB4

#231EB4
(35,30,180)
#201CA4
(32,28,164)
#1D1A94
(29,26,148)
#1A1884
(26,24,132)
#171674
(23,22,116)
#141464
(20,20,100)
#111254
(17,18,84)
#0E1044
(14,16,68)
#0B0E34
(11,14,52)
#080C24
(8,12,36)
#050A14
(5,10,20)
#000000
(0,0,0)

Tints of #231EB4

#231EB4
(35,30,180)
#3732BA
(55,50,186)
#4B46C0
(75,70,192)
#5F5AC6
(95,90,198)
#736ECC
(115,110,204)
#8782D2
(135,130,210)
#9B96D8
(155,150,216)
#AFAADE
(175,170,222)
#C3BEE4
(195,190,228)
#D7D2EA
(215,210,234)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231EB4; }

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

This text font color is #231EB4.


Background Color

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

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

This div background color is #231EB4.


Border color

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

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

This div border color is #231EB4.


Opacity

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

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

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

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

This text has shadow with #231EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231EB4 on black background.


Color preview on white background

This text has color #231EB4 on white background.



Black color preview on #231EB4 background

This text has black color on #231EB4 background.


White color preview on #231EB4 background

This text has white color on #231EB4 background.