#202959

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

Shades of Lucky Point #202959

Tints of Lucky Point #202959

Color information

#202959 (or 0x202959) is unknown color: approx Lucky Point. HEX triplet: 20, 29 and 59. RGB value is (32,41,89). Sum of RGB (Red+Green+Blue) = 32+41+89=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #202959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202959 is #DFD6A6. Grayscale: #2B2B2B. Windows color (decimal): -14669479 or 5843232. OLE color: 5843232.

HSL color Cylindrical-coordinate representation of color #202959: hue angle of 230.53º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #202959 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB324189-
CMYK0.640.5400.65
HSL230.53º47.11%23.73%-
HSV(B)230.53º64.04%34.9%-
XYZ3.192.619.79-
YUV43.78153.52119.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=19.75%
G=25.31%
B=54.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3241890.640.5400.65230.5347.1123.73
Hex2029594036041e72f18
Octal40511311006601013475730
Binary10000010100110110011000000110110010000011110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202959; }

 p { color: rgb(32,41,89); }

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

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

 a { background-color: rgb(32,41,89); }

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

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

 span { border-color: rgb(32,41,89); }

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