#20264F

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

Shades of Lucky Point #20264F

Tints of Lucky Point #20264F

Color information

#20264F (or 0x20264F) is unknown color: approx Lucky Point. HEX triplet: 20, 26 and 4F. RGB value is (32,38,79). Sum of RGB (Red+Green+Blue) = 32+38+79=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #20264F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20264F is #DFD9B0. Grayscale: #282828. Windows color (decimal): -14670257 or 5187104. OLE color: 5187104.

HSL color Cylindrical-coordinate representation of color #20264F: hue angle of 232.34º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20264F is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB323879-
CMYK0.590.5200.69
HSL232.34º42.34%21.76%-
HSV(B)232.34º59.49%30.98%-
XYZ2.72.267.69-
YUV40.88149.51121.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 79 (31.25% from 255) = 53.02%
R=21.48%
G=25.50%
B=53.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3238790.590.5200.69232.3442.3421.76
Hex20264F3B34045e82a16
Octal4046117736401053505226
Binary1000001001101001111111011110100010001011110100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,38,79); }

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

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

 a { background-color: rgb(32,38,79); }

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

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

 span { border-color: rgb(32,38,79); }

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