COLOR #231C49

HEX: #231C49 RGB: (35,28,73)

Color info

#231C49 contains red, green and blue colors in about the same proportion. Web safe color of #231C49 is #333333 (or #333).

RGB color model

#231C49 color RGB value is (35,28,73).

RGB: (35,28,73) (14%, 11%, 29%)

RGB channels and saturation

R 35 of 255 = 14%
G 28 of 255 = 11%
B 73 of 255 = 29%

35
28
73

R + G + B ~ 18%. #231C49 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 28 + 73 = 136 (100%)
R 35 of 136 ~ 25.74%
G 28 of 136 ~ 20.59%
B 73 of 136 ~ 53.68'%

%25.74
%20.59
%53.68

CMYK color model

#231C49 color CMYK value is (52,62,0,71).

  • cyan value is 52.05%
  • magenta value is 61.64%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (52,62,0,71)
C52M62Y0K71 (52%, 62%, 0%, 71%)
(0.52 / 0.62 / 0.00 / 0.71)

CMYK percentages

%52.05
%61.64
%0
%71.37

Codes

Color #231C49 in popluar color models

23 1C 49
RGB 35 28 73
HSL 249° 44.55% 19.80%
HSB/HSV 249° 61.64% 28.63%
CMYK 52.05% 61.64% 0.00%
71.37%

Color #231C49 in popluar number systems.

HEX 23 1C 49
Decimal 35 28 73
Binary 100011 11100 1001001
Octal 43 34 111

Shades and tints

Shades of #231C49

#231C49
(35,28,73)
#201A43
(32,26,67)
#1D183D
(29,24,61)
#1A1637
(26,22,55)
#171431
(23,20,49)
#14122B
(20,18,43)
#111025
(17,16,37)
#0E0E1F
(14,14,31)
#0B0C19
(11,12,25)
#080A13
(8,10,19)
#05080D
(5,8,13)
#000000
(0,0,0)

Tints of #231C49

#231C49
(35,28,73)
#373059
(55,48,89)
#4B4469
(75,68,105)
#5F5879
(95,88,121)
#736C89
(115,108,137)
#878099
(135,128,153)
#9B94A9
(155,148,169)
#AFA8B9
(175,168,185)
#C3BCC9
(195,188,201)
#D7D0D9
(215,208,217)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #231C49; }

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

This text font color is #231C49.

Background Color

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

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

This div background color is #231C49.

Border color

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

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

This div border color is #231C49.

Opacity

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

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

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

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

This text has shadow with #231C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231C49.

Preview

Color preview on black background

This text has color #231C49 on black background.


Color preview on white background

This text has color #231C49 on white background.


Black color preview on #231C49 background

This text has black color on #231C49 background.


White color preview on #231C49 background

This text has white color on #231C49 background.


Related colors

Complementary color

Complementary color for #hex is #DCE3B6.


I love getcolorcode.com

Triadic colors

1 #49231C and #1C4923 with #231C49 are triadic colors.

2 #491C23 and #1C2349 with #231C49 are triadic colors.