#202560

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

Shades of Lucky Point #202560

Tints of Lucky Point #202560

Color information

#202560 (or 0x202560) is unknown color: approx Lucky Point. HEX triplet: 20, 25 and 60. RGB value is (32,37,96). Sum of RGB (Red+Green+Blue) = 32+37+96=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #202560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202560 is #DFDA9F. Grayscale: #292929. Windows color (decimal): -14670496 or 6300960. OLE color: 6300960.

HSL color Cylindrical-coordinate representation of color #202560: hue angle of 235.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202560 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB323796-
CMYK0.670.6100.62
HSL235.31º50%25.1%-
HSV(B)235.31º66.67%37.65%-
XYZ3.372.4711.37-
YUV42.23158.34120.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 96 (37.89% from 255) = 58.18%
R=19.39%
G=22.42%
B=58.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3237960.670.6100.62235.315025.1
Hex202560433D03Eeb3219
Octal4045140103750763536231
Binary1000001001011100000100001111110101111101110101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202560; }

 p { color: rgb(32,37,96); }

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

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

 a { background-color: rgb(32,37,96); }

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

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

 span { border-color: rgb(32,37,96); }

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