#282A5E

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

Shades of Lucky Point #282A5E

Tints of Lucky Point #282A5E

Color information

#282A5E (or 0x282A5E) is unknown color: approx Lucky Point. HEX triplet: 28, 2A and 5E. RGB value is (40,42,94). Sum of RGB (Red+Green+Blue) = 40+42+94=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #282A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A5E is #D7D5A1. Grayscale: #2F2F2F. Windows color (decimal): -14144930 or 6171176. OLE color: 6171176.

HSL color Cylindrical-coordinate representation of color #282A5E: hue angle of 237.78º 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 #282A5E is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB404294-
CMYK0.570.5500.63
HSL237.78º40.3%26.27%-
HSV(B)237.78º57.45%36.86%-
XYZ3.722.9210.96-
YUV47.33154.34122.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 94 (37.11% from 255) = 53.41%
R=22.73%
G=23.86%
B=53.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4042940.570.5500.63237.7840.326.27
Hex282A5E393703Fee281a
Octal505213671670773565032
Binary101000101010101111011100111011101111111110111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282A5E; }

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

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

<style>
 a { background-color: #282A5E; }

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

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

<style>
 span { border-color: #282A5E; }

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

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