#20285F

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

Shades of Lucky Point #20285F

Tints of Lucky Point #20285F

Color information

#20285F (or 0x20285F) is unknown color: approx Lucky Point. HEX triplet: 20, 28 and 5F. RGB value is (32,40,95). Sum of RGB (Red+Green+Blue) = 32+40+95=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #20285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20285F is #DFD7A0. Grayscale: #2B2B2B. Windows color (decimal): -14669729 or 6236192. OLE color: 6236192.

HSL color Cylindrical-coordinate representation of color #20285F: hue angle of 232.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20285F is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB324095-
CMYK0.660.5800.63
HSL232.38º49.61%24.9%-
HSV(B)232.38º66.32%37.25%-
XYZ3.422.6511.16-
YUV43.88156.85119.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=19.16%
G=23.95%
B=56.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3240950.660.5800.63232.3849.6124.9
Hex20285F423A03Fe83219
Octal4050137102720773506231
Binary1000001010001011111100001011101001111111110100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20285F; }

 p { color: rgb(32,40,95); }

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

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

 a { background-color: rgb(32,40,95); }

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

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

 span { border-color: rgb(32,40,95); }

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