#282E5B

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

Shades of Lucky Point #282E5B

Tints of Lucky Point #282E5B

Color information

#282E5B (or 0x282E5B) is unknown color: approx Lucky Point. HEX triplet: 28, 2E and 5B. RGB value is (40,46,91). Sum of RGB (Red+Green+Blue) = 40+46+91=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #282E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E5B is #D7D1A4. Grayscale: #313131. Windows color (decimal): -14143909 or 5975592. OLE color: 5975592.

HSL color Cylindrical-coordinate representation of color #282E5B: hue angle of 232.94º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #282E5B is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB404691-
CMYK0.560.4900.64
HSL232.94º38.93%25.69%-
HSV(B)232.94º56.04%35.69%-
XYZ3.743.1610.31-
YUV49.34151.51121.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=22.60%
G=25.99%
B=51.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4046910.560.4900.64232.9438.9325.69
Hex282E5B3831040e9271a
Octal5056133706101003514732
Binary1010001011101011011111000110001010000001110100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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