#28305F

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

Shades of Lucky Point #28305F

Tints of Lucky Point #28305F

Color information

#28305F (or 0x28305F) is unknown color: approx Lucky Point. HEX triplet: 28, 30 and 5F. RGB value is (40,48,95). Sum of RGB (Red+Green+Blue) = 40+48+95=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #28305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28305F is #D7CFA0. Grayscale: #323232. Windows color (decimal): -14143393 or 6238248. OLE color: 6238248.

HSL color Cylindrical-coordinate representation of color #28305F: hue angle of 231.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28305F is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB404895-
CMYK0.580.4900.63
HSL231.27º40.74%26.47%-
HSV(B)231.27º57.89%37.25%-
XYZ43.3911.27-
YUV50.97152.85120.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=21.86%
G=26.23%
B=51.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4048950.580.4900.63231.2740.7426.47
Hex28305F3A3103Fe7291a
Octal506013772610773475132
Binary101000110000101111111101011000101111111110011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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