#202A59

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

Shades of Lucky Point #202A59

Tints of Lucky Point #202A59

Color information

#202A59 (or 0x202A59) is unknown color: approx Lucky Point. HEX triplet: 20, 2A and 59. RGB value is (32,42,89). Sum of RGB (Red+Green+Blue) = 32+42+89=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #202A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A59 is #DFD5A6. Grayscale: #2C2C2C. Windows color (decimal): -14669223 or 5843488. OLE color: 5843488.

HSL color Cylindrical-coordinate representation of color #202A59: hue angle of 229.47º 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 #202A59 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB324289-
CMYK0.640.5300.65
HSL229.47º47.11%23.73%-
HSV(B)229.47º64.04%34.9%-
XYZ3.232.689.8-
YUV44.37153.19119.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=19.63%
G=25.77%
B=54.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3242890.640.5300.65229.4747.1123.73
Hex202A594035041e52f18
Octal40521311006501013455730
Binary10000010101010110011000000110101010000011110010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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