#28305A

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

Shades of Lucky Point #28305A

Tints of Lucky Point #28305A

Color information

#28305A (or 0x28305A) is unknown color: approx Lucky Point. HEX triplet: 28, 30 and 5A. RGB value is (40,48,90). Sum of RGB (Red+Green+Blue) = 40+48+90=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #28305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28305A is #D7CFA5. Grayscale: #323232. Windows color (decimal): -14143398 or 5910568. OLE color: 5910568.

HSL color Cylindrical-coordinate representation of color #28305A: hue angle of 230.4º 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 #28305A is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB404890-
CMYK0.560.4700.65
HSL230.4º38.46%25.49%-
HSV(B)230.4º55.56%35.29%-
XYZ3.783.310.11-
YUV50.4150.35120.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=22.47%
G=26.97%
B=50.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4048900.560.4700.65230.438.4625.49
Hex28305A382F041e62619
Octal5060132705701013464631
Binary1010001100001011010111000101111010000011110011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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