#173C53

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

Shades of Regal Blue #173C53

Tints of Regal Blue #173C53

Color information

#173C53 (or 0x173C53) is unknown color: approx Regal Blue. HEX triplet: 17, 3C and 53. RGB value is (23,60,83). Sum of RGB (Red+Green+Blue) = 23+60+83=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #173C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C53 is #E8C3AC. Grayscale: #333333. Windows color (decimal): -15254445 or 5454871. OLE color: 5454871.

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

Color convert

RGB236083-
CMYK0.720.2800.67
HSL203º56.6%20.78%-
HSV(B)203º72.29%32.55%-
XYZ3.534.048.78-
YUV51.56145.74107.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.86%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 83 (32.81% from 255) = 50%
R=13.86%
G=36.14%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2360830.720.2800.6720356.620.78
Hex173C53481C043cb3915
Octal27741231103401033137125
Binary101111111001010011100100011100010000111100101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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