#282C53

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

Shades of Lucky Point #282C53

Tints of Lucky Point #282C53

Color information

#282C53 (or 0x282C53) is unknown color: approx Lucky Point. HEX triplet: 28, 2C and 53. RGB value is (40,44,83). Sum of RGB (Red+Green+Blue) = 40+44+83=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #282C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C53 is #D7D3AC. Grayscale: #2F2F2F. Windows color (decimal): -14144429 or 5450792. OLE color: 5450792.

HSL color Cylindrical-coordinate representation of color #282C53: hue angle of 234.42º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #282C53 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB404483-
CMYK0.520.4700.67
HSL234.42º34.96%24.12%-
HSV(B)234.42º51.81%32.55%-
XYZ3.342.888.56-
YUV47.25148.17122.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=23.95%
G=26.35%
B=49.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4044830.520.4700.67234.4234.9624.12
Hex282C53342F043ea2318
Octal5054123645701033524330
Binary1010001011001010011110100101111010000111110101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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