#28294B

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

Shades of Lucky Point #28294B

Tints of Lucky Point #28294B

Color information

#28294B (or 0x28294B) is unknown color: approx Lucky Point. HEX triplet: 28, 29 and 4B. RGB value is (40,41,75). Sum of RGB (Red+Green+Blue) = 40+41+75=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #28294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28294B is #D7D6B4. Grayscale: #2C2C2C. Windows color (decimal): -14145205 or 4925736. OLE color: 4925736.

HSL color Cylindrical-coordinate representation of color #28294B: hue angle of 238.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28294B is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB404175-
CMYK0.470.4500.71
HSL238.29º30.43%22.55%-
HSV(B)238.29º46.67%29.41%-
XYZ2.942.546.99-
YUV44.58145.17124.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=25.64%
G=26.28%
B=48.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4041750.470.4500.71238.2930.4322.55
Hex28294B2F2D047ee1e17
Octal5051113575501073563627
Binary101000101001100101110111110110101000111111011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28294B; }

 p { color: rgb(40,41,75); }

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

<style>
 a { background-color: #28294B; }

 a { background-color: rgb(40,41,75); }

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

<style>
 span { border-color: #28294B; }

 span { border-color: rgb(40,41,75); }

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