#173254

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

Shades of Regal Blue #173254

Tints of Regal Blue #173254

Color information

#173254 (or 0x173254) is unknown color: approx Regal Blue. HEX triplet: 17, 32 and 54. RGB value is (23,50,84). Sum of RGB (Red+Green+Blue) = 23+50+84=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #173254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173254 is #E8CDAB. Grayscale: #2D2D2D. Windows color (decimal): -15257004 or 5517847. OLE color: 5517847.

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

Color convert

RGB235084-
CMYK0.730.4000.67
HSL213.44º57.01%20.98%-
HSV(B)213.44º72.62%32.94%-
XYZ3.093.18.82-
YUV45.8149.55111.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.65%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=14.65%
G=31.85%
B=53.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2350840.730.4000.67213.4457.0120.98
Hex1732544928043d53915
Octal27621241115001033257125
Binary1011111001010101001001001101000010000111101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173254; }

 p { color: rgb(23,50,84); }

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

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

 a { background-color: rgb(23,50,84); }

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

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

 span { border-color: rgb(23,50,84); }

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