#282B4E

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

Shades of Lucky Point #282B4E

Tints of Lucky Point #282B4E

Color information

#282B4E (or 0x282B4E) is unknown color: approx Lucky Point. HEX triplet: 28, 2B and 4E. RGB value is (40,43,78). Sum of RGB (Red+Green+Blue) = 40+43+78=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #282B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B4E is #D7D4B1. Grayscale: #2D2D2D. Windows color (decimal): -14144690 or 5122856. OLE color: 5122856.

HSL color Cylindrical-coordinate representation of color #282B4E: hue angle of 235.26º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #282B4E is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB404378-
CMYK0.490.4500.69
HSL235.26º32.2%23.14%-
HSV(B)235.26º48.72%30.59%-
XYZ3.112.737.57-
YUV46.09146.01123.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 43 (17.19% from 255) = 26.71%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=24.84%
G=26.71%
B=48.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4043780.490.4500.69235.2632.223.14
Hex282B4E312D045eb2017
Octal5053116615501053534027
Binary1010001010111001110110001101101010001011110101110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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