COLOR #231C77

HEX: #231C77
RGB: (35,28,119)

Color info

#231C77 contains mainly blue color. Web safe color of #231C77 is #333366 (or #336).

RGB color model

#231C77 color RGB value is (35,28,119).

  • red value is 35;
  • green value is 28;
  • blue value is 119.
RGB:
(35,28,119)
(14%,11%,47%)

RGB channels and saturation

R 35 of 255 = 14%
G 28 of 255 = 11%
B 119 of 255 = 47%

35
28
119

R + G + B ~ 24%. #231C77 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 28 + 119 = 182 (100%)
R 35 of 182 ~ 19.23%
G 28 of 182 ~ 15.38%
B 119 of 182 ~ 65.38%

%19.23
%15.38
%65.38

CMYK color model

#231C77 color CMYK value is (71,76,0,53).

  • cyan value is 70.59%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(71,76,0,53)
C71M76Y0K53 
(71%,76%,0%,53%)
(0.71/0.76/0.00/0.53)	

CMYK percentages

%70.59
%76.47
%0
%53.33

Codes

Color #231C77 in popluar color models

231C77
RGB3528119
HSL245°61.90%28.82%
HSB/HSV245°76.47%46.67%
CMYK70.59%76.47%0.00%
53.33%

Color #231C77 in popluar number systems.

HEX231C77
Decimal3528119
Binary100011111001110111
Octal4334167

Shades and tints

Shades of #231C77

#231C77
(35,28,119)
#201A6D
(32,26,109)
#1D1863
(29,24,99)
#1A1659
(26,22,89)
#17144F
(23,20,79)
#141245
(20,18,69)
#11103B
(17,16,59)
#0E0E31
(14,14,49)
#0B0C27
(11,12,39)
#080A1D
(8,10,29)
#050813
(5,8,19)
#000000
(0,0,0)

Tints of #231C77

#231C77
(35,28,119)
#373083
(55,48,131)
#4B448F
(75,68,143)
#5F589B
(95,88,155)
#736CA7
(115,108,167)
#8780B3
(135,128,179)
#9B94BF
(155,148,191)
#AFA8CB
(175,168,203)
#C3BCD7
(195,188,215)
#D7D0E3
(215,208,227)
#EBE4EF
(235,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231C77 color. Also use rgb(35,28,119) instead hex code.

Text Font Color

.myTextColor { color: #231C77; }

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

This text font color is #231C77.


Background Color

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

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

This div background color is #231C77.


Border color

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

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

This div border color is #231C77.


Opacity

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

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

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

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

This text has shadow with #231C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231C77 on black background.


Color preview on white background

This text has color #231C77 on white background.



Black color preview on #231C77 background

This text has black color on #231C77 background.


White color preview on #231C77 background

This text has white color on #231C77 background.