#173A52

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

Shades of Regal Blue #173A52

Tints of Regal Blue #173A52

Color information

#173A52 (or 0x173A52) is unknown color: approx Regal Blue. HEX triplet: 17, 3A and 52. RGB value is (23,58,82). Sum of RGB (Red+Green+Blue) = 23+58+82=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #173A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A52 is #E8C5AD. Grayscale: #323232. Windows color (decimal): -15254958 or 5388823. OLE color: 5388823.

HSL color Cylindrical-coordinate representation of color #173A52: hue angle of 204.41º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173A52 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB235882-
CMYK0.720.2900.68
HSL204.41º56.19%20.59%-
HSV(B)204.41º71.95%32.16%-
XYZ3.393.828.54-
YUV50.27145.9108.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.11%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=14.11%
G=35.58%
B=50.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2358820.720.2900.68204.4156.1920.59
Hex173A52481D044cc3815
Octal27721221103501043147025
Binary101111110101010010100100011101010001001100110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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