#202859

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

Shades of Lucky Point #202859

Tints of Lucky Point #202859

Color information

#202859 (or 0x202859) is unknown color: approx Lucky Point. HEX triplet: 20, 28 and 59. RGB value is (32,40,89). Sum of RGB (Red+Green+Blue) = 32+40+89=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #202859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202859 is #DFD7A6. Grayscale: #2A2A2A. Windows color (decimal): -14669735 or 5842976. OLE color: 5842976.

HSL color Cylindrical-coordinate representation of color #202859: hue angle of 231.58º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #202859 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB324089-
CMYK0.640.5500.65
HSL231.58º47.11%23.73%-
HSV(B)231.58º64.04%34.9%-
XYZ3.162.559.78-
YUV43.19153.85120.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=19.88%
G=24.84%
B=55.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3240890.640.5500.65231.5847.1123.73
Hex2028594037041e82f18
Octal40501311006701013505730
Binary10000010100010110011000000110111010000011110100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202859; }

 p { color: rgb(32,40,89); }

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

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

 a { background-color: rgb(32,40,89); }

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

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

 span { border-color: rgb(32,40,89); }

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