#28304F

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

Shades of Lucky Point #28304F

Tints of Lucky Point #28304F

Color information

#28304F (or 0x28304F) is unknown color: approx Lucky Point. HEX triplet: 28, 30 and 4F. RGB value is (40,48,79). Sum of RGB (Red+Green+Blue) = 40+48+79=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #28304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28304F is #D7CFB0. Grayscale: #313131. Windows color (decimal): -14143409 or 5189672. OLE color: 5189672.

HSL color Cylindrical-coordinate representation of color #28304F: hue angle of 227.69º degrees, saturation: 0.33, 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 #28304F is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB404879-
CMYK0.490.3900.69
HSL227.69º32.77%23.33%-
HSV(B)227.69º49.37%30.98%-
XYZ3.343.137.82-
YUV49.14144.85121.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=23.95%
G=28.74%
B=47.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4048790.490.3900.69227.6932.7723.33
Hex28304F3127045e42117
Octal5060117614701053444127
Binary1010001100001001111110001100111010001011110010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28304F; }

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

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

<style>
 a { background-color: #28304F; }

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

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

<style>
 span { border-color: #28304F; }

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

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