#202963

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

Shades of Lucky Point #202963

Tints of Lucky Point #202963

Color information

#202963 (or 0x202963) is unknown color: approx Lucky Point. HEX triplet: 20, 29 and 63. RGB value is (32,41,99). Sum of RGB (Red+Green+Blue) = 32+41+99=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #202963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202963 is #DFD69C. Grayscale: #2C2C2C. Windows color (decimal): -14669469 or 6498592. OLE color: 6498592.

HSL color Cylindrical-coordinate representation of color #202963: hue angle of 231.94º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #202963 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB324199-
CMYK0.680.5900.61
HSL231.94º51.15%25.69%-
HSV(B)231.94º67.68%38.82%-
XYZ3.642.7912.15-
YUV44.92158.52118.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=18.60%
G=23.84%
B=57.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3241990.680.5900.61231.9451.1525.69
Hex202963443B03De8331a
Octal4051143104730753506332
Binary1000001010011100011100010011101101111011110100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202963; }

 p { color: rgb(32,41,99); }

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

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

 a { background-color: rgb(32,41,99); }

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

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

 span { border-color: rgb(32,41,99); }

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