#173C5D

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

Shades of Regal Blue #173C5D

Tints of Regal Blue #173C5D

Color information

#173C5D (or 0x173C5D) is unknown color: approx Regal Blue. HEX triplet: 17, 3C and 5D. RGB value is (23,60,93). Sum of RGB (Red+Green+Blue) = 23+60+93=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #173C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C5D is #E8C3A2. Grayscale: #343434. Windows color (decimal): -15254435 or 6110231. OLE color: 6110231.

HSL color Cylindrical-coordinate representation of color #173C5D: hue angle of 208.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #173C5D is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB236093-
CMYK0.750.3500.64
HSL208.29º60.34%22.75%-
HSV(B)208.29º75.27%36.47%-
XYZ3.944.210.96-
YUV52.7150.74106.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.07%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 93 (36.72% from 255) = 52.84%
R=13.07%
G=34.09%
B=52.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2360930.750.3500.64208.2960.3422.75
Hex173C5D4B23040d03c17
Octal27741351134301003207427
Binary1011111110010111011001011100011010000001101000011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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