#28305E

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

Shades of Lucky Point #28305E

Tints of Lucky Point #28305E

Color information

#28305E (or 0x28305E) is unknown color: approx Lucky Point. HEX triplet: 28, 30 and 5E. RGB value is (40,48,94). Sum of RGB (Red+Green+Blue) = 40+48+94=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #28305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28305E is #D7CFA1. Grayscale: #323232. Windows color (decimal): -14143394 or 6172712. OLE color: 6172712.

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

Color convert

RGB404894-
CMYK0.570.4900.63
HSL231.11º40.3%26.27%-
HSV(B)231.11º57.45%36.86%-
XYZ3.953.3711.03-
YUV50.85152.35120.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=21.98%
G=26.37%
B=51.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4048940.570.4900.63231.1140.326.27
Hex28305E393103Fe7281a
Octal506013671610773475032
Binary101000110000101111011100111000101111111110011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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