#2A335A

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

Shades of Lucky Point #2A335A

Tints of Lucky Point #2A335A

Color information

#2A335A (or 0x2A335A) is unknown color: approx Lucky Point. HEX triplet: 2A, 33 and 5A. RGB value is (42,51,90). Sum of RGB (Red+Green+Blue) = 42+51+90=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A335A is #D5CCA5. Grayscale: #343434. Windows color (decimal): -14011558 or 5911338. OLE color: 5911338.

HSL color Cylindrical-coordinate representation of color #2A335A: hue angle of 228.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A335A is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB425190-
CMYK0.530.4300.65
HSL228.75º36.36%25.88%-
HSV(B)228.75º53.33%35.29%-
XYZ3.983.610.16-
YUV52.76149.02120.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=22.95%
G=27.87%
B=49.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4251900.530.4300.65228.7536.3625.88
Hex2A335A352B041e5241a
Octal5263132655301013454432
Binary1010101100111011010110101101011010000011110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A335A; }

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

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

<style>
 a { background-color: #2A335A; }

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

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

<style>
 span { border-color: #2A335A; }

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

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