#28284D

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

Shades of Lucky Point #28284D

Tints of Lucky Point #28284D

Color information

#28284D (or 0x28284D) is unknown color: approx Lucky Point. HEX triplet: 28, 28 and 4D. RGB value is (40,40,77). Sum of RGB (Red+Green+Blue) = 40+40+77=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #28284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28284D is #D7D7B2. Grayscale: #2C2C2C. Windows color (decimal): -14145459 or 5056552. OLE color: 5056552.

HSL color Cylindrical-coordinate representation of color #28284D: hue angle of 240º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28284D is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB404077-
CMYK0.480.4800.70
HSL240º31.62%22.94%-
HSV(B)240º48.05%30.2%-
XYZ2.972.57.35-
YUV44.22146.5124.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=25.48%
G=25.48%
B=49.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4040770.480.4800.7024031.6222.94
Hex28284D3030046f02017
Octal5050115606001063604027
Binary1010001010001001101110000110000010001101111000010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28284D; }

 p { color: rgb(40,40,77); }

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

<style>
 a { background-color: #28284D; }

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

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

<style>
 span { border-color: #28284D; }

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

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