#173356

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

Shades of Regal Blue #173356

Tints of Regal Blue #173356

Color information

#173356 (or 0x173356) is unknown color: approx Regal Blue. HEX triplet: 17, 33 and 56. RGB value is (23,51,86). Sum of RGB (Red+Green+Blue) = 23+51+86=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #173356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173356 is #E8CCA9. Grayscale: #2E2E2E. Windows color (decimal): -15256746 or 5649175. OLE color: 5649175.

HSL color Cylindrical-coordinate representation of color #173356: hue angle of 213.33º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173356 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB235186-
CMYK0.730.4100.66
HSL213.33º57.8%21.37%-
HSV(B)213.33º73.26%33.73%-
XYZ3.223.229.26-
YUV46.62150.22111.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.38%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 86 (33.98% from 255) = 53.75%
R=14.38%
G=31.88%
B=53.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2351860.730.4100.66213.3357.821.37
Hex1733564929042d53a15
Octal27631261115101023257225
Binary1011111001110101101001001101001010000101101010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173356; }

 p { color: rgb(23,51,86); }

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

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

 a { background-color: rgb(23,51,86); }

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

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

 span { border-color: rgb(23,51,86); }

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