#173A61

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

Shades of Regal Blue #173A61

Tints of Regal Blue #173A61

Color information

#173A61 (or 0x173A61) is unknown color: approx Regal Blue. HEX triplet: 17, 3A and 61. RGB value is (23,58,97). Sum of RGB (Red+Green+Blue) = 23+58+97=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #173A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A61 is #E8C59E. Grayscale: #333333. Windows color (decimal): -15254943 or 6371863. OLE color: 6371863.

HSL color Cylindrical-coordinate representation of color #173A61: hue angle of 211.62º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173A61 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB235897-
CMYK0.760.4000.62
HSL211.62º61.67%23.53%-
HSV(B)211.62º76.29%38.04%-
XYZ4.024.0711.88-
YUV51.98153.4107.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.92%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=12.92%
G=32.58%
B=54.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2358970.760.4000.62211.6261.6723.53
Hex173A614C2803Ed43e18
Octal2772141114500763247630
Binary101111110101100001100110010100001111101101010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,58,97); }

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

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

 a { background-color: rgb(23,58,97); }

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

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

 span { border-color: rgb(23,58,97); }

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