#282B53

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

Shades of Lucky Point #282B53

Tints of Lucky Point #282B53

Color information

#282B53 (or 0x282B53) is unknown color: approx Lucky Point. HEX triplet: 28, 2B and 53. RGB value is (40,43,83). Sum of RGB (Red+Green+Blue) = 40+43+83=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #282B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B53 is #D7D4AC. Grayscale: #2E2E2E. Windows color (decimal): -14144685 or 5450536. OLE color: 5450536.

HSL color Cylindrical-coordinate representation of color #282B53: hue angle of 235.81º 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 #282B53 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB404383-
CMYK0.520.4800.67
HSL235.81º34.96%24.12%-
HSV(B)235.81º51.81%32.55%-
XYZ3.32.88.55-
YUV46.66148.51123.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 83 (32.81% from 255) = 50%
R=24.10%
G=25.90%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4043830.520.4800.67235.8134.9624.12
Hex282B533430043ec2318
Octal5053123646001033544330
Binary1010001010111010011110100110000010000111110110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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