#282A5A

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

Shades of Lucky Point #282A5A

Tints of Lucky Point #282A5A

Color information

#282A5A (or 0x282A5A) is unknown color: approx Lucky Point. HEX triplet: 28, 2A and 5A. RGB value is (40,42,90). Sum of RGB (Red+Green+Blue) = 40+42+90=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #282A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A5A is #D7D5A5. Grayscale: #2E2E2E. Windows color (decimal): -14144934 or 5909032. OLE color: 5909032.

HSL color Cylindrical-coordinate representation of color #282A5A: hue angle of 237.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #282A5A is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB404290-
CMYK0.560.5300.65
HSL237.6º38.46%25.49%-
HSV(B)237.6º55.56%35.29%-
XYZ3.552.8510.04-
YUV46.87152.34123.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=23.26%
G=24.42%
B=52.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4042900.560.5300.65237.638.4625.49
Hex282A5A3835041ee2619
Octal5052132706501013564631
Binary1010001010101011010111000110101010000011110111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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