#282A55

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

Shades of Lucky Point #282A55

Tints of Lucky Point #282A55

Color information

#282A55 (or 0x282A55) is unknown color: approx Lucky Point. HEX triplet: 28, 2A and 55. RGB value is (40,42,85). Sum of RGB (Red+Green+Blue) = 40+42+85=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #282A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A55 is #D7D5AA. Grayscale: #2E2E2E. Windows color (decimal): -14144939 or 5581352. OLE color: 5581352.

HSL color Cylindrical-coordinate representation of color #282A55: hue angle of 237.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #282A55 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB404285-
CMYK0.530.5100.67
HSL237.33º36%24.51%-
HSV(B)237.33º52.94%33.33%-
XYZ3.342.768.95-
YUV46.3149.84123.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=23.95%
G=25.15%
B=50.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4042850.530.5100.67237.333624.51
Hex282A553533043ed2419
Octal5052125656301033554431
Binary1010001010101010101110101110011010000111110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,42,85); }

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

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

 a { background-color: rgb(40,42,85); }

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

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

 span { border-color: rgb(40,42,85); }

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