COLOR #23319D

HEX: #23319D RGB: (35,49,157)

Color info

#23319D contains mainly blue color. Web safe color of #23319D is #333399 (or #339).

RGB color model

#23319D color RGB value is (35,49,157).

RGB: (35,49,157) (14%, 19%, 62%)

RGB channels and saturation

R 35 of 255 = 14%
G 49 of 255 = 19%
B 157 of 255 = 62%

35
49
157

R + G + B ~ 32%. #23319D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 49 + 157 = 241 (100%)
R 35 of 241 ~ 14.52%
G 49 of 241 ~ 20.33%
B 157 of 241 ~ 65.15'%

%14.52
%20.33
%65.15

CMYK color model

#23319D color CMYK value is (78,69,0,38).

  • cyan value is 77.71%
  • magenta value is 68.79%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (78,69,0,38)
C78M69Y0K38 (78%, 69%, 0%, 38%)
(0.78 / 0.69 / 0.00 / 0.38)

CMYK percentages

%77.71
%68.79
%0
%38.43

Codes

Color #23319D in popluar color models

23 31 9D
RGB 35 49 157
HSL 233° 63.54% 37.65%
HSB/HSV 233° 77.71% 61.57%
CMYK 77.71% 68.79% 0.00%
38.43%

Color #23319D in popluar number systems.

HEX 23 31 9D
Decimal 35 49 157
Binary 100011 110001 10011101
Octal 43 61 235

Shades and tints

Shades of #23319D

#23319D
(35,49,157)
#202D8F
(32,45,143)
#1D2981
(29,41,129)
#1A2573
(26,37,115)
#172165
(23,33,101)
#141D57
(20,29,87)
#111949
(17,25,73)
#0E153B
(14,21,59)
#0B112D
(11,17,45)
#080D1F
(8,13,31)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #23319D

#23319D
(35,49,157)
#3743A5
(55,67,165)
#4B55AD
(75,85,173)
#5F67B5
(95,103,181)
#7379BD
(115,121,189)
#878BC5
(135,139,197)
#9B9DCD
(155,157,205)
#AFAFD5
(175,175,213)
#C3C1DD
(195,193,221)
#D7D3E5
(215,211,229)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23319D color. Also use rgb(35,49,157) instead hex code.

Text Font Color

.myTextColor { color: #23319D; }

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

This text font color is #23319D.

Background Color

.myBgColor { background-color: #23319D; }

<div style="background-color:#23319D">Inner text</div>

This div background color is #23319D.

Border color

.myBorderColor { border: 1px solid #23319D; }

<div style="border:3px solid #23319D">Div</div>

This div border color is #23319D.

Opacity

.myOpacity80 { color: #23319D; opacity: 0.8; }

<p style="color:#23319D;opacity:0.8;">80%</p>

Text with #23319D 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 #23319D;}

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

This text has shadow with #23319D color.


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

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

This text has shadow with #23319D primary color and red secondary color.


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

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

This text has shadow with #23319D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #23319D.

Preview

Color preview on black background

This text has color #23319D on black background.


Color preview on white background

This text has color #23319D on white background.


Black color preview on #23319D background

This text has black color on #23319D background.


White color preview on #23319D background

This text has white color on #23319D background.


Related colors

Complementary color

Complementary color for #hex is #DCCE62.


I love getcolorcode.com

Triadic colors

1 #9D2331 and #319D23 with #23319D are triadic colors.

2 #9D3123 and #31239D with #23319D are triadic colors.