#28304E

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

Shades of Lucky Point #28304E

Tints of Lucky Point #28304E

Color information

#28304E (or 0x28304E) is unknown color: approx Lucky Point. HEX triplet: 28, 30 and 4E. RGB value is (40,48,78). Sum of RGB (Red+Green+Blue) = 40+48+78=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #28304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28304E is #D7CFB1. Grayscale: #303030. Windows color (decimal): -14143410 or 5124136. OLE color: 5124136.

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

Color convert

RGB404878-
CMYK0.490.3800.69
HSL227.37º32.2%23.14%-
HSV(B)227.37º48.72%30.59%-
XYZ3.313.127.63-
YUV49.03144.35121.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=24.10%
G=28.92%
B=46.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4048780.490.3800.69227.3732.223.14
Hex28304E3126045e32017
Octal5060116614601053434027
Binary1010001100001001110110001100110010001011110001110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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