#173256

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

Shades of Regal Blue #173256

Tints of Regal Blue #173256

Color information

#173256 (or 0x173256) is unknown color: approx Regal Blue. HEX triplet: 17, 32 and 56. RGB value is (23,50,86). Sum of RGB (Red+Green+Blue) = 23+50+86=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #173256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173256 is #E8CDA9. Grayscale: #2D2D2D. Windows color (decimal): -15257002 or 5648919. OLE color: 5648919.

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

Color convert

RGB235086-
CMYK0.730.4200.66
HSL214.29º57.8%21.37%-
HSV(B)214.29º73.26%33.73%-
XYZ3.173.149.24-
YUV46.03150.55111.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.47%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=14.47%
G=31.45%
B=54.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2350860.730.4200.66214.2957.821.37
Hex173256492A042d63a15
Octal27621261115201023267225
Binary1011111001010101101001001101010010000101101011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173256; }

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

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

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

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

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

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

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

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