#28325A

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

Shades of Lucky Point #28325A

Tints of Lucky Point #28325A

Color information

#28325A (or 0x28325A) is unknown color: approx Lucky Point. HEX triplet: 28, 32 and 5A. RGB value is (40,50,90). Sum of RGB (Red+Green+Blue) = 40+50+90=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #28325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28325A is #D7CDA5. Grayscale: #333333. Windows color (decimal): -14142886 or 5911080. OLE color: 5911080.

HSL color Cylindrical-coordinate representation of color #28325A: hue angle of 228º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28325A is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB405090-
CMYK0.560.4400.65
HSL228º38.46%25.49%-
HSV(B)228º55.56%35.29%-
XYZ3.863.4710.14-
YUV51.57149.69119.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.22%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 90 (35.55% from 255) = 50%
R=22.22%
G=27.78%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4050900.560.4400.6522838.4625.49
Hex28325A382C041e42619
Octal5062132705401013444631
Binary1010001100101011010111000101100010000011110010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28325A; }

 p { color: rgb(40,50,90); }

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

<style>
 a { background-color: #28325A; }

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

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

<style>
 span { border-color: #28325A; }

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

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