#202852

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

Shades of Lucky Point #202852

Tints of Lucky Point #202852

Color information

#202852 (or 0x202852) is unknown color: approx Lucky Point. HEX triplet: 20, 28 and 52. RGB value is (32,40,82). Sum of RGB (Red+Green+Blue) = 32+40+82=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #202852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202852 is #DFD7AD. Grayscale: #2A2A2A. Windows color (decimal): -14669742 or 5384224. OLE color: 5384224.

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

Color convert

RGB324082-
CMYK0.610.5100.68
HSL230.4º43.86%22.35%-
HSV(B)230.4º60.98%32.16%-
XYZ2.882.438.3-
YUV42.4150.35120.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.78%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 82 (32.42% from 255) = 53.25%
R=20.78%
G=25.97%
B=53.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3240820.610.5100.68230.443.8622.35
Hex2028523D33044e62c16
Octal4050122756301043465426
Binary1000001010001010010111101110011010001001110011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202852; }

 p { color: rgb(32,40,82); }

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

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

 a { background-color: rgb(32,40,82); }

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

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

 span { border-color: rgb(32,40,82); }

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