#20245F

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

Shades of Lucky Point #20245F

Tints of Lucky Point #20245F

Color information

#20245F (or 0x20245F) is unknown color: approx Lucky Point. HEX triplet: 20, 24 and 5F. RGB value is (32,36,95). Sum of RGB (Red+Green+Blue) = 32+36+95=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #20245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20245F is #DFDBA0. Grayscale: #292929. Windows color (decimal): -14670753 or 6235168. OLE color: 6235168.

HSL color Cylindrical-coordinate representation of color #20245F: hue angle of 236.19º 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 #20245F is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB323695-
CMYK0.660.6200.63
HSL236.19º49.61%24.9%-
HSV(B)236.19º66.32%37.25%-
XYZ3.292.411.12-
YUV41.53158.17121.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.63%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 95 (37.5% from 255) = 58.28%
R=19.63%
G=22.09%
B=58.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3236950.660.6200.63236.1949.6124.9
Hex20245F423E03Fec3219
Octal4044137102760773546231
Binary1000001001001011111100001011111001111111110110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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