#202550

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

Shades of Lucky Point #202550

Tints of Lucky Point #202550

Color information

#202550 (or 0x202550) is unknown color: approx Lucky Point. HEX triplet: 20, 25 and 50. RGB value is (32,37,80). Sum of RGB (Red+Green+Blue) = 32+37+80=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #202550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202550 is #DFDAAF. Grayscale: #282828. Windows color (decimal): -14670512 or 5252384. OLE color: 5252384.

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

Color convert

RGB323780-
CMYK0.600.5400.69
HSL233.75º42.86%21.96%-
HSV(B)233.75º60%31.37%-
XYZ2.712.217.87-
YUV40.41150.34122-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=21.48%
G=24.83%
B=53.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3237800.600.5400.69233.7542.8621.96
Hex2025503C36045ea2b16
Octal4045120746601053525326
Binary1000001001011010000111100110110010001011110101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202550; }

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

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

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

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

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

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

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

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