#202251

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

Shades of Lucky Point #202251

Tints of Lucky Point #202251

Color information

#202251 (or 0x202251) is unknown color: approx Lucky Point. HEX triplet: 20, 22 and 51. RGB value is (32,34,81). Sum of RGB (Red+Green+Blue) = 32+34+81=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #202251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202251 is #DFDDAE. Grayscale: #262626. Windows color (decimal): -14671279 or 5317152. OLE color: 5317152.

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

Color convert

RGB323481-
CMYK0.600.5800.68
HSL237.55º43.36%22.16%-
HSV(B)237.55º60.49%31.76%-
XYZ2.652.058.04-
YUV38.76151.84123.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=21.77%
G=23.13%
B=55.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3234810.600.5800.68237.5543.3622.16
Hex2022513C3A044ee2b16
Octal4042121747201043565326
Binary1000001000101010001111100111010010001001110111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202251; }

 p { color: rgb(32,34,81); }

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

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

 a { background-color: rgb(32,34,81); }

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

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

 span { border-color: rgb(32,34,81); }

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