#173D56

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

Shades of Regal Blue #173D56

Tints of Regal Blue #173D56

Color information

#173D56 (or 0x173D56) is unknown color: approx Regal Blue. HEX triplet: 17, 3D and 56. RGB value is (23,61,86). Sum of RGB (Red+Green+Blue) = 23+61+86=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #173D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173D56 is #E8C2A9. Grayscale: #343434. Windows color (decimal): -15254186 or 5651735. OLE color: 5651735.

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

Color convert

RGB236186-
CMYK0.730.2900.66
HSL203.81º57.8%21.37%-
HSV(B)203.81º73.26%33.73%-
XYZ3.74.199.42-
YUV52.49146.91106.97-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.53%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 86 (33.98% from 255) = 50.59%
R=13.53%
G=35.88%
B=50.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2361860.730.2900.66203.8157.821.37
Hex173D56491D042cc3a15
Octal27751261113501023147225
Binary101111111011010110100100111101010000101100110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173D56; }

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

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

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

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

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

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

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

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