#28295D

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

Shades of Lucky Point #28295D

Tints of Lucky Point #28295D

Color information

#28295D (or 0x28295D) is unknown color: approx Lucky Point. HEX triplet: 28, 29 and 5D. RGB value is (40,41,93). Sum of RGB (Red+Green+Blue) = 40+41+93=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #28295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28295D is #D7D6A2. Grayscale: #2E2E2E. Windows color (decimal): -14145187 or 6105384. OLE color: 6105384.

HSL color Cylindrical-coordinate representation of color #28295D: hue angle of 238.87º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28295D is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB404193-
CMYK0.570.5600.64
HSL238.87º39.85%26.08%-
HSV(B)238.87º56.99%36.47%-
XYZ3.642.8310.71-
YUV46.63154.17123.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=22.99%
G=23.56%
B=53.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4041930.570.5600.64238.8739.8526.08
Hex28295D3938040ef281a
Octal5051135717001003575032
Binary1010001010011011101111001111000010000001110111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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