#282C51

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

Shades of Lucky Point #282C51

Tints of Lucky Point #282C51

Color information

#282C51 (or 0x282C51) is unknown color: approx Lucky Point. HEX triplet: 28, 2C and 51. RGB value is (40,44,81). Sum of RGB (Red+Green+Blue) = 40+44+81=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #282C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C51 is #D7D3AE. Grayscale: #2E2E2E. Windows color (decimal): -14144431 or 5319720. OLE color: 5319720.

HSL color Cylindrical-coordinate representation of color #282C51: hue angle of 234.15º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #282C51 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB404481-
CMYK0.510.4600.68
HSL234.15º33.88%23.73%-
HSV(B)234.15º50.62%31.76%-
XYZ3.262.858.16-
YUV47.02147.17122.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=24.24%
G=26.67%
B=49.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4044810.510.4600.68234.1533.8823.73
Hex282C51332E044ea2218
Octal5054121635601043524230
Binary1010001011001010001110011101110010001001110101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,44,81); }

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

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

 a { background-color: rgb(40,44,81); }

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

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

 span { border-color: rgb(40,44,81); }

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