COLOR #17326E

HEX: #17326E
RGB: (23,50,110)

Color info

#17326E contains mainly blue color. Web safe color of #17326E is #003366 (or #036).

RGB color model

#17326E color RGB value is (23,50,110).

  • red value is 23;
  • green value is 50;
  • blue value is 110.
RGB:
(23,50,110)
(9%,20%,43%)

RGB channels and saturation

R 23 of 255 = 9%
G 50 of 255 = 20%
B 110 of 255 = 43%

23
50
110

R + G + B ~ 24%. #17326E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 50 + 110 = 183 (100%)
R 23 of 183 ~ 12.57%
G 50 of 183 ~ 27.32%
B 110 of 183 ~ 60.11%

%12.57
%27.32
%60.11

CMYK color model

#17326E color CMYK value is (79,55,0,57).

  • cyan value is 79.09%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(79,55,0,57)
C79M55Y0K57 
(79%,55%,0%,57%)
(0.79/0.55/0.00/0.57)	

CMYK percentages

%79.09
%54.55
%0
%56.86

Codes

Color #17326E in popluar color models

17326E
RGB2350110
HSL221°65.41%26.08%
HSB/HSV221°79.09%43.14%
CMYK79.09%54.55%0.00%
56.86%

Color #17326E in popluar number systems.

HEX17326E
Decimal2350110
Binary101111100101101110
Octal2762156

Shades and tints

Shades of #17326E

#17326E
(23,50,110)
#152E64
(21,46,100)
#132A5A
(19,42,90)
#112650
(17,38,80)
#0F2246
(15,34,70)
#0D1E3C
(13,30,60)
#0B1A32
(11,26,50)
#091628
(9,22,40)
#07121E
(7,18,30)
#050E14
(5,14,20)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #17326E

#17326E
(23,50,110)
#2C447B
(44,68,123)
#415688
(65,86,136)
#566895
(86,104,149)
#6B7AA2
(107,122,162)
#808CAF
(128,140,175)
#959EBC
(149,158,188)
#AAB0C9
(170,176,201)
#BFC2D6
(191,194,214)
#D4D4E3
(212,212,227)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17326E color. Also use rgb(23,50,110) instead hex code.

Text Font Color

.myTextColor { color: #17326E; }

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

This text font color is #17326E.


Background Color

.myBgColor { background-color: #17326E; }

<div style="background-color:#17326E">Inner text</div>

This div background color is #17326E.


Border color

.myBorderColor { border: 1px solid #17326E; }

<div style="border:3px solid #17326E">Div</div>

This div border color is #17326E.


Opacity

.myOpacity80 { color: #17326E; opacity: 0.8; }

<p style="color:#17326E;opacity:0.8;">80%</p>

Text with #17326E 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 #17326E;}

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

This text has shadow with #17326E color.

.textShadow {text-shadow: 3px 3px 1px #17326E, 3px 3px 1px red;}

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

This text has shadow with #17326E primary color and red secondary color.


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

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

This text has shadow with #17326E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17326E on black background.


Color preview on white background

This text has color #17326E on white background.



Black color preview on #17326E background

This text has black color on #17326E background.


White color preview on #17326E background

This text has white color on #17326E background.