#202653

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

Shades of Lucky Point #202653

Tints of Lucky Point #202653

Color information

#202653 (or 0x202653) is unknown color: approx Lucky Point. HEX triplet: 20, 26 and 53. RGB value is (32,38,83). Sum of RGB (Red+Green+Blue) = 32+38+83=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #202653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202653 is #DFD9AC. Grayscale: #292929. Windows color (decimal): -14670253 or 5449248. OLE color: 5449248.

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

Color convert

RGB323883-
CMYK0.610.5400.67
HSL232.94º44.35%22.55%-
HSV(B)232.94º61.45%32.55%-
XYZ2.852.328.48-
YUV41.34151.51121.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.92%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=20.92%
G=24.84%
B=54.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3238830.610.5400.67232.9444.3522.55
Hex2026533D36043e92c17
Octal4046123756601033515427
Binary1000001001101010011111101110110010000111110100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202653; }

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

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

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

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

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

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

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

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