#20294C

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

Shades of Lucky Point #20294C

Tints of Lucky Point #20294C

Color information

#20294C (or 0x20294C) is unknown color: approx Lucky Point. HEX triplet: 20, 29 and 4C. RGB value is (32,41,76). Sum of RGB (Red+Green+Blue) = 32+41+76=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #20294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20294C is #DFD6B3. Grayscale: #2A2A2A. Windows color (decimal): -14669492 or 4991264. OLE color: 4991264.

HSL color Cylindrical-coordinate representation of color #20294C: hue angle of 227.73º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20294C is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB324176-
CMYK0.580.4600.70
HSL227.73º40.74%21.18%-
HSV(B)227.73º57.89%29.8%-
XYZ2.692.417.16-
YUV42.3147.02120.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 76 (30.08% from 255) = 51.01%
R=21.48%
G=27.52%
B=51.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3241760.580.4600.70227.7340.7421.18
Hex20294C3A2E046e42915
Octal4051114725601063445125
Binary1000001010011001100111010101110010001101110010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20294C; }

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

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

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

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

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

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

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

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