COLOR #174355

HEX: #174355 RGB: (23,67,85)

Color info

#174355 contains mainly green and blue colors. Web safe color of #174355 is #003366 (or #036).

RGB color model

#174355 color RGB value is (23,67,85).

RGB: (23,67,85) (9%, 26%, 33%)

RGB channels and saturation

R 23 of 255 = 9%
G 67 of 255 = 26%
B 85 of 255 = 33%

23
67
85

R + G + B ~ 23%. #174355 is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 67 + 85 = 175 (100%)
R 23 of 175 ~ 13.14%
G 67 of 175 ~ 38.29%
B 85 of 175 ~ 48.57'%

%13.14
%38.29
%48.57

CMYK color model

#174355 color CMYK value is (73,21,0,67).

  • cyan value is 72.94%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (73,21,0,67)
C73M21Y0K67 (73%, 21%, 0%, 67%)
(0.73 / 0.21 / 0.00 / 0.67)

CMYK percentages

%72.94
%21.18
%0
%66.67

Codes

Color #174355 in popluar color models

17 43 55
RGB 23 67 85
HSL 197° 57.41% 21.18%
HSB/HSV 197° 72.94% 33.33%
CMYK 72.94% 21.18% 0.00%
66.67%

Color #174355 in popluar number systems.

HEX 17 43 55
Decimal 23 67 85
Binary 10111 1000011 1010101
Octal 27 103 125

Shades and tints

Shades of #174355

#174355
(23,67,85)
#153D4E
(21,61,78)
#133747
(19,55,71)
#113140
(17,49,64)
#0F2B39
(15,43,57)
#0D2532
(13,37,50)
#0B1F2B
(11,31,43)
#091924
(9,25,36)
#07131D
(7,19,29)
#050D16
(5,13,22)
#03070F
(3,7,15)
#000000
(0,0,0)

Tints of #174355

#174355
(23,67,85)
#2C5464
(44,84,100)
#416573
(65,101,115)
#567682
(86,118,130)
#6B8791
(107,135,145)
#8098A0
(128,152,160)
#95A9AF
(149,169,175)
#AABABE
(170,186,190)
#BFCBCD
(191,203,205)
#D4DCDC
(212,220,220)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #174355 color. Also use rgb(23,67,85) instead hex code.

Text Font Color

.myTextColor { color: #174355; }

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

This text font color is #174355.

Background Color

.myBgColor { background-color: #174355; }

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

This div background color is #174355.

Border color

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

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

This div border color is #174355.

Opacity

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

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

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

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

This text has shadow with #174355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #174355.

Preview

Color preview on black background

This text has color #174355 on black background.


Color preview on white background

This text has color #174355 on white background.


Black color preview on #174355 background

This text has black color on #174355 background.


White color preview on #174355 background

This text has white color on #174355 background.


Related colors

Complementary color

Complementary color for #hex is #E8BCAA.


I love getcolorcode.com

Triadic colors

1 #551743 and #435517 with #174355 are triadic colors.

2 #554317 and #431755 with #174355 are triadic colors.