#173550

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

Shades of Regal Blue #173550

Tints of Regal Blue #173550

Color information

#173550 (or 0x173550) is unknown color: approx Regal Blue. HEX triplet: 17, 35 and 50. RGB value is (23,53,80). Sum of RGB (Red+Green+Blue) = 23+53+80=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #173550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173550 is #E8CAAF. Grayscale: #2E2E2E. Windows color (decimal): -15256240 or 5256471. OLE color: 5256471.

HSL color Cylindrical-coordinate representation of color #173550: hue angle of 208.42º 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 #173550 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB235380-
CMYK0.710.3400.69
HSL208.42º55.34%20.2%-
HSV(B)208.42º71.25%31.37%-
XYZ3.073.318.07-
YUV47.11146.56110.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=14.74%
G=33.97%
B=51.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2353800.710.3400.69208.4255.3420.2
Hex1735504722045d03714
Octal27651201074201053206724
Binary1011111010110100001000111100010010001011101000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173550; }

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

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

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

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

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

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

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

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