#20284B

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

Shades of Lucky Point #20284B

Tints of Lucky Point #20284B

Color information

#20284B (or 0x20284B) is unknown color: approx Lucky Point. HEX triplet: 20, 28 and 4B. RGB value is (32,40,75). Sum of RGB (Red+Green+Blue) = 32+40+75=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #20284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20284B is #DFD7B4. Grayscale: #292929. Windows color (decimal): -14669749 or 4925472. OLE color: 4925472.

HSL color Cylindrical-coordinate representation of color #20284B: hue angle of 228.84º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20284B is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB324075-
CMYK0.570.4700.71
HSL228.84º40.19%20.98%-
HSV(B)228.84º57.33%29.41%-
XYZ2.622.336.97-
YUV41.6146.85121.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=21.77%
G=27.21%
B=51.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3240750.570.4700.71228.8440.1920.98
Hex20284B392F047e52815
Octal4050113715701073455025
Binary1000001010001001011111001101111010001111110010110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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