#173255

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

Shades of Regal Blue #173255

Tints of Regal Blue #173255

Color information

#173255 (or 0x173255) is unknown color: approx Regal Blue. HEX triplet: 17, 32 and 55. RGB value is (23,50,85). Sum of RGB (Red+Green+Blue) = 23+50+85=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #173255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173255 is #E8CDAA. Grayscale: #2D2D2D. Windows color (decimal): -15257003 or 5583383. OLE color: 5583383.

HSL color Cylindrical-coordinate representation of color #173255: hue angle of 213.87º 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 #173255 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB235085-
CMYK0.730.4100.67
HSL213.87º57.41%21.18%-
HSV(B)213.87º72.94%33.33%-
XYZ3.133.129.03-
YUV45.92150.05111.65-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.56%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=14.56%
G=31.65%
B=53.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2350850.730.4100.67213.8757.4121.18
Hex1732554929043d63915
Octal27621251115101033267125
Binary1011111001010101011001001101001010000111101011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173255; }

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

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

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

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

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

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

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

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