#282E50

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

Shades of Lucky Point #282E50

Tints of Lucky Point #282E50

Color information

#282E50 (or 0x282E50) is unknown color: approx Lucky Point. HEX triplet: 28, 2E and 50. RGB value is (40,46,80). Sum of RGB (Red+Green+Blue) = 40+46+80=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #282E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E50 is #D7D1AF. Grayscale: #2F2F2F. Windows color (decimal): -14143920 or 5254696. OLE color: 5254696.

HSL color Cylindrical-coordinate representation of color #282E50: hue angle of 231º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #282E50 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB404680-
CMYK0.50.4200.69
HSL231º33.33%23.53%-
HSV(B)231º50%31.37%-
XYZ3.32.987.99-
YUV48.08146.01122.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=24.10%
G=27.71%
B=48.19%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4046800.50.4200.6923133.3323.53
Hex282E50322A045e72118
Octal5056120625201053474130
Binary1010001011101010000110010101010010001011110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,46,80); }

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

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

 a { background-color: rgb(40,46,80); }

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

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

 span { border-color: rgb(40,46,80); }

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