#282E4C

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

Shades of Lucky Point #282E4C

Tints of Lucky Point #282E4C

Color information

#282E4C (or 0x282E4C) is unknown color: approx Lucky Point. HEX triplet: 28, 2E and 4C. RGB value is (40,46,76). Sum of RGB (Red+Green+Blue) = 40+46+76=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #282E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E4C is #D7D1B3. Grayscale: #2F2F2F. Windows color (decimal): -14143924 or 4992552. OLE color: 4992552.

HSL color Cylindrical-coordinate representation of color #282E4C: hue angle of 230º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #282E4C is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB404676-
CMYK0.470.3900.70
HSL230º31.03%22.75%-
HSV(B)230º47.37%29.8%-
XYZ3.162.937.24-
YUV47.63144.01122.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=24.69%
G=28.40%
B=46.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4046760.470.3900.7023031.0322.75
Hex282E4C2F27046e61f17
Octal5056114574701063463727
Binary101000101110100110010111110011101000110111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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