#173D5A

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

Shades of Regal Blue #173D5A

Tints of Regal Blue #173D5A

Color information

#173D5A (or 0x173D5A) is unknown color: approx Regal Blue. HEX triplet: 17, 3D and 5A. RGB value is (23,61,90). Sum of RGB (Red+Green+Blue) = 23+61+90=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #173D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173D5A is #E8C2A5. Grayscale: #343434. Windows color (decimal): -15254182 or 5913879. OLE color: 5913879.

HSL color Cylindrical-coordinate representation of color #173D5A: hue angle of 205.97º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173D5A is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB236190-
CMYK0.740.3200.65
HSL205.97º59.29%22.16%-
HSV(B)205.97º74.44%35.29%-
XYZ3.874.2610.29-
YUV52.94148.91106.64-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.22%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=13.22%
G=35.06%
B=51.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2361900.740.3200.65205.9759.2922.16
Hex173D5A4A20041ce3b16
Octal27751321124001013167326
Binary1011111110110110101001010100000010000011100111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,61,90); }

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

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

 a { background-color: rgb(23,61,90); }

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

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

 span { border-color: rgb(23,61,90); }

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