COLOR #175684

HEX: #175684 RGB: (23,86,132)

Color info

#175684 contains mainly green and blue colors. Web safe color of #175684 is #006699 (or #069).

RGB color model

#175684 color RGB value is (23,86,132).

RGB: (23,86,132) (9%, 34%, 52%)

RGB channels and saturation

R 23 of 255 = 9%
G 86 of 255 = 34%
B 132 of 255 = 52%

23
86
132

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

Portions of RGB colors in percentages

R + G + B = 23 + 86 + 132 = 241 (100%)
R 23 of 241 ~ 9.54%
G 86 of 241 ~ 35.68%
B 132 of 241 ~ 54.77'%

%35.68
%54.77

CMYK color model

#175684 color CMYK value is (83,35,0,48).

  • cyan value is 82.58%
  • magenta value is 34.85%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (83,35,0,48)
C83M35Y0K48 (83%, 35%, 0%, 48%)
(0.83 / 0.35 / 0.00 / 0.48)

CMYK percentages

%82.58
%34.85
%0
%48.24

Codes

Color #175684 in popluar color models

17 56 84
RGB 23 86 132
HSL 205° 70.32% 30.39%
HSB/HSV 205° 82.58% 51.76%
CMYK 82.58% 34.85% 0.00%
48.24%

Color #175684 in popluar number systems.

HEX 17 56 84
Decimal 23 86 132
Binary 10111 1010110 10000100
Octal 27 126 204

Shades and tints

Shades of #175684

#175684
(23,86,132)
#154F78
(21,79,120)
#13486C
(19,72,108)
#114160
(17,65,96)
#0F3A54
(15,58,84)
#0D3348
(13,51,72)
#0B2C3C
(11,44,60)
#092530
(9,37,48)
#071E24
(7,30,36)
#051718
(5,23,24)
#03100C
(3,16,12)
#000000
(0,0,0)

Tints of #175684

#175684
(23,86,132)
#2C658F
(44,101,143)
#41749A
(65,116,154)
#5683A5
(86,131,165)
#6B92B0
(107,146,176)
#80A1BB
(128,161,187)
#95B0C6
(149,176,198)
#AABFD1
(170,191,209)
#BFCEDC
(191,206,220)
#D4DDE7
(212,221,231)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #175684 color. Also use rgb(23,86,132) instead hex code.

Text Font Color

.myTextColor { color: #175684; }

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

This text font color is #175684.

Background Color

.myBgColor { background-color: #175684; }

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

This div background color is #175684.

Border color

.myBorderColor { border: 1px solid #175684; }

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

This div border color is #175684.

Opacity

.myOpacity80 { color: #175684; opacity: 0.8; }

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

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

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

This text has shadow with #175684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #175684.

Preview

Color preview on black background

This text has color #175684 on black background.


Color preview on white background

This text has color #175684 on white background.


Black color preview on #175684 background

This text has black color on #175684 background.


White color preview on #175684 background

This text has white color on #175684 background.


Related colors

Complementary color

Complementary color for #hex is #E8A97B.


I love getcolorcode.com

Triadic colors

1 #841756 and #568417 with #175684 are triadic colors.

2 #845617 and #561784 with #175684 are triadic colors.