#202953

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

Shades of Lucky Point #202953

Tints of Lucky Point #202953

Color information

#202953 (or 0x202953) is unknown color: approx Lucky Point. HEX triplet: 20, 29 and 53. RGB value is (32,41,83). Sum of RGB (Red+Green+Blue) = 32+41+83=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #202953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202953 is #DFD6AC. Grayscale: #2A2A2A. Windows color (decimal): -14669485 or 5450016. OLE color: 5450016.

HSL color Cylindrical-coordinate representation of color #202953: hue angle of 229.41º 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 #202953 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB324183-
CMYK0.610.5100.67
HSL229.41º44.35%22.55%-
HSV(B)229.41º61.45%32.55%-
XYZ2.952.528.51-
YUV43.1150.52120.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=20.51%
G=26.28%
B=53.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3241830.610.5100.67229.4144.3522.55
Hex2029533D33043e52c17
Octal4051123756301033455427
Binary1000001010011010011111101110011010000111110010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202953; }

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

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

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

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

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

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

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

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