#202B50

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

Shades of Lucky Point #202B50

Tints of Lucky Point #202B50

Color information

#202B50 (or 0x202B50) is unknown color: approx Lucky Point. HEX triplet: 20, 2B and 50. RGB value is (32,43,80). Sum of RGB (Red+Green+Blue) = 32+43+80=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #202B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B50 is #DFD4AF. Grayscale: #2B2B2B. Windows color (decimal): -14668976 or 5253920. OLE color: 5253920.

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

Color convert

RGB324380-
CMYK0.600.4600.69
HSL226.25º42.86%21.96%-
HSV(B)226.25º60%31.37%-
XYZ2.912.617.94-
YUV43.93148.36119.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=20.65%
G=27.74%
B=51.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3243800.600.4600.69226.2542.8621.96
Hex202B503C2E045e22b16
Octal4053120745601053425326
Binary1000001010111010000111100101110010001011110001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202B50; }

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

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

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

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

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

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

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

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