#202850

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

Shades of Lucky Point #202850

Tints of Lucky Point #202850

Color information

#202850 (or 0x202850) is unknown color: approx Lucky Point. HEX triplet: 20, 28 and 50. RGB value is (32,40,80). Sum of RGB (Red+Green+Blue) = 32+40+80=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #202850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202850 is #DFD7AF. Grayscale: #2A2A2A. Windows color (decimal): -14669744 or 5253152. OLE color: 5253152.

HSL color Cylindrical-coordinate representation of color #202850: hue angle of 230º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202850 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB324080-
CMYK0.600.500.69
HSL230º42.86%21.96%-
HSV(B)230º60%31.37%-
XYZ2.82.47.91-
YUV42.17149.35120.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=21.05%
G=26.32%
B=52.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3240800.600.500.6923042.8621.96
Hex2028503C32045e62b16
Octal4050120746201053465326
Binary1000001010001010000111100110010010001011110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202850; }

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

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

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

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

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

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

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

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