#173250

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

Shades of Regal Blue #173250

Tints of Regal Blue #173250

Color information

#173250 (or 0x173250) is unknown color: approx Regal Blue. HEX triplet: 17, 32 and 50. RGB value is (23,50,80). Sum of RGB (Red+Green+Blue) = 23+50+80=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #173250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173250 is #E8CDAF. Grayscale: #2D2D2D. Windows color (decimal): -15257008 or 5255703. OLE color: 5255703.

HSL color Cylindrical-coordinate representation of color #173250: hue angle of 211.58º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #173250 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB235080-
CMYK0.710.3700.69
HSL211.58º55.34%20.2%-
HSV(B)211.58º71.25%31.37%-
XYZ2.943.048.02-
YUV45.35147.55112.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.03%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=15.03%
G=32.68%
B=52.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2350800.710.3700.69211.5855.3420.2
Hex1732504725045d43714
Octal27621201074501053246724
Binary1011111001010100001000111100101010001011101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173250; }

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

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

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

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

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

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

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

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