#202A55

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

Shades of Lucky Point #202A55

Tints of Lucky Point #202A55

Color information

#202A55 (or 0x202A55) is unknown color: approx Lucky Point. HEX triplet: 20, 2A and 55. RGB value is (32,42,85). Sum of RGB (Red+Green+Blue) = 32+42+85=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #202A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A55 is #DFD5AA. Grayscale: #2B2B2B. Windows color (decimal): -14669227 or 5581344. OLE color: 5581344.

HSL color Cylindrical-coordinate representation of color #202A55: hue angle of 228.68º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #202A55 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB324285-
CMYK0.620.5100.67
HSL228.68º45.3%22.94%-
HSV(B)228.68º62.35%33.33%-
XYZ3.062.628.94-
YUV43.91151.19119.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=20.13%
G=26.42%
B=53.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3242850.620.5100.67228.6845.322.94
Hex202A553E33043e52d17
Octal4052125766301033455527
Binary1000001010101010101111110110011010000111110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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