#28294E

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

Shades of Lucky Point #28294E

Tints of Lucky Point #28294E

Color information

#28294E (or 0x28294E) is unknown color: approx Lucky Point. HEX triplet: 28, 29 and 4E. RGB value is (40,41,78). Sum of RGB (Red+Green+Blue) = 40+41+78=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #28294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28294E is #D7D6B1. Grayscale: #2C2C2C. Windows color (decimal): -14145202 or 5122344. OLE color: 5122344.

HSL color Cylindrical-coordinate representation of color #28294E: hue angle of 238.42º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28294E is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB404178-
CMYK0.490.4700.69
HSL238.42º32.2%23.14%-
HSV(B)238.42º48.72%30.59%-
XYZ3.042.597.55-
YUV44.92146.67124.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=25.16%
G=25.79%
B=49.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4041780.490.4700.69238.4232.223.14
Hex28294E312F045ee2017
Octal5051116615701053564027
Binary1010001010011001110110001101111010001011110111010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28294E; }

 p { color: rgb(40,41,78); }

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

<style>
 a { background-color: #28294E; }

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

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

<style>
 span { border-color: #28294E; }

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

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