#20284F

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

Shades of Lucky Point #20284F

Tints of Lucky Point #20284F

Color information

#20284F (or 0x20284F) is unknown color: approx Lucky Point. HEX triplet: 20, 28 and 4F. RGB value is (32,40,79). Sum of RGB (Red+Green+Blue) = 32+40+79=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #20284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20284F is #DFD7B0. Grayscale: #292929. Windows color (decimal): -14669745 or 5187616. OLE color: 5187616.

HSL color Cylindrical-coordinate representation of color #20284F: hue angle of 229.79º 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 #20284F is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB324079-
CMYK0.590.4900.69
HSL229.79º42.34%21.76%-
HSV(B)229.79º59.49%30.98%-
XYZ2.772.397.71-
YUV42.05148.85120.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=21.19%
G=26.49%
B=52.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3240790.590.4900.69229.7942.3421.76
Hex20284F3B31045e62a16
Octal4050117736101053465226
Binary1000001010001001111111011110001010001011110011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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