#172057

Color #172057 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #172057

Tints of Lucky Point #172057

Color information

#172057 (or 0x172057) is unknown color: approx Lucky Point. HEX triplet: 17, 20 and 57. RGB value is (23,32,87). Sum of RGB (Red+Green+Blue) = 23+32+87=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #172057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172057 is #E8DFA8. Grayscale: #232323. Windows color (decimal): -15261609 or 5709847. OLE color: 5709847.

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

Color convert

RGB233287-
CMYK0.740.6300.66
HSL231.56º58.18%21.57%-
HSV(B)231.56º73.56%34.12%-
XYZ2.591.99.25-
YUV35.58157.02119.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.20%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 87 (34.38% from 255) = 61.27%
R=16.20%
G=22.54%
B=61.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2332870.740.6300.66231.5658.1821.57
Hex1720574A3F042e83a16
Octal27401271127701023507226
Binary1011110000010101111001010111111010000101110100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172057; }

 p { color: rgb(23,32,87); }

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

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

 a { background-color: rgb(23,32,87); }

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

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

 span { border-color: rgb(23,32,87); }

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