COLOR #17379C

HEX: #17379C
RGB: (23,55,156)

Color info

#17379C contains mainly blue color. Web safe color of #17379C is #003399 (or #039).

RGB color model

#17379C color RGB value is (23,55,156).

  • red value is 23;
  • green value is 55;
  • blue value is 156.
RGB:
(23,55,156)
(9%,22%,61%)

RGB channels and saturation

R 23 of 255 = 9%
G 55 of 255 = 22%
B 156 of 255 = 61%

23
55
156

R + G + B ~ 31%. #17379C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 55 + 156 = 234 (100%)
R 23 of 234 ~ 9.83%
G 55 of 234 ~ 23.5%
B 156 of 234 ~ 66.67%

%9.83
%23.5
%66.67

CMYK color model

#17379C color CMYK value is (85,65,0,39).

  • cyan value is 85.26%
  • magenta value is 64.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(85,65,0,39)
C85M65Y0K39 
(85%,65%,0%,39%)
(0.85/0.65/0.00/0.39)	

CMYK percentages

%85.26
%64.74
%0
%38.82

Codes

Color #17379C in popluar color models

17379C
RGB2355156
HSL226°74.30%35.10%
HSB/HSV226°85.26%61.18%
CMYK85.26%64.74%0.00%
38.82%

Color #17379C in popluar number systems.

HEX17379C
Decimal2355156
Binary1011111011110011100
Octal2767234

Shades and tints

Shades of #17379C

#17379C
(23,55,156)
#15328E
(21,50,142)
#132D80
(19,45,128)
#112872
(17,40,114)
#0F2364
(15,35,100)
#0D1E56
(13,30,86)
#0B1948
(11,25,72)
#09143A
(9,20,58)
#070F2C
(7,15,44)
#050A1E
(5,10,30)
#030510
(3,5,16)
#000000
(0,0,0)

Tints of #17379C

#17379C
(23,55,156)
#2C49A5
(44,73,165)
#415BAE
(65,91,174)
#566DB7
(86,109,183)
#6B7FC0
(107,127,192)
#8091C9
(128,145,201)
#95A3D2
(149,163,210)
#AAB5DB
(170,181,219)
#BFC7E4
(191,199,228)
#D4D9ED
(212,217,237)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17379C color. Also use rgb(23,55,156) instead hex code.

Text Font Color

.myTextColor { color: #17379C; }

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

This text font color is #17379C.


Background Color

.myBgColor { background-color: #17379C; }

<div style="background-color:#17379C">Inner text</div>

This div background color is #17379C.


Border color

.myBorderColor { border: 1px solid #17379C; }

<div style="border:3px solid #17379C">Div</div>

This div border color is #17379C.


Opacity

.myOpacity80 { color: #17379C; opacity: 0.8; }

<p style="color:#17379C;opacity:0.8;">80%</p>

Text with #17379C 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 #17379C;}

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

This text has shadow with #17379C color.

.textShadow {text-shadow: 3px 3px 1px #17379C, 3px 3px 1px red;}

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

This text has shadow with #17379C primary color and red secondary color.


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

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

This text has shadow with #17379C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17379C on black background.


Color preview on white background

This text has color #17379C on white background.



Black color preview on #17379C background

This text has black color on #17379C background.


White color preview on #17379C background

This text has white color on #17379C background.