#173C55

Color #173C55 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #173C55

Tints of Regal Blue #173C55

Color information

#173C55 (or 0x173C55) is unknown color: approx Regal Blue. HEX triplet: 17, 3C and 55. RGB value is (23,60,85). Sum of RGB (Red+Green+Blue) = 23+60+85=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #173C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C55 is #E8C3AA. Grayscale: #333333. Windows color (decimal): -15254443 or 5585943. OLE color: 5585943.

HSL color Cylindrical-coordinate representation of color #173C55: hue angle of 204.19º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173C55 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB236085-
CMYK0.730.2900.67
HSL204.19º57.41%21.18%-
HSV(B)204.19º72.94%33.33%-
XYZ3.614.079.19-
YUV51.79146.74107.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 13.69%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=13.69%
G=35.71%
B=50.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2360850.730.2900.67204.1957.4121.18
Hex173C55491D043cc3915
Octal27741251113501033147125
Binary101111111001010101100100111101010000111100110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173C55; }

 p { color: rgb(23,60,85); }

 H1.HeaderClassName
 {
   color: #173C55;
 }
 .AnyTagClassName
 {
   color: #173C55;
 }
</style>
background-color css

<style>
 a { background-color: #173C55; }

 a { background-color: rgb(23,60,85); }

 div.DivClassName
 {
   background-color: #173C55;
 }
 .BgClassName
 {
   background-color: #173C55;
 }
</style>
border-color css

<style>
 span { border-color: #173C55; }

 span { border-color: rgb(23,60,85); }

 td.TdClassName
 {
   border-color: #173C55;
 }
 .TagClassName
 {
   border-color: #173C55;
 }
</style>