#202C53

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

Shades of Lucky Point #202C53

Tints of Lucky Point #202C53

Color information

#202C53 (or 0x202C53) is unknown color: approx Lucky Point. HEX triplet: 20, 2C and 53. RGB value is (32,44,83). Sum of RGB (Red+Green+Blue) = 32+44+83=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #202C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C53 is #DFD3AC. Grayscale: #2C2C2C. Windows color (decimal): -14668717 or 5450784. OLE color: 5450784.

HSL color Cylindrical-coordinate representation of color #202C53: hue angle of 225.88º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202C53 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB324483-
CMYK0.610.4700.67
HSL225.88º44.35%22.55%-
HSV(B)225.88º61.45%32.55%-
XYZ3.062.738.55-
YUV44.86149.52118.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=20.13%
G=27.67%
B=52.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3244830.610.4700.67225.8844.3522.55
Hex202C533D2F043e22c17
Octal4054123755701033425427
Binary1000001011001010011111101101111010000111110001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202C53; }

 p { color: rgb(32,44,83); }

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

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

 a { background-color: rgb(32,44,83); }

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

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

 span { border-color: rgb(32,44,83); }

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