#2A335C

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

Shades of Lucky Point #2A335C

Tints of Lucky Point #2A335C

Color information

#2A335C (or 0x2A335C) is unknown color: approx Lucky Point. HEX triplet: 2A, 33 and 5C. RGB value is (42,51,92). Sum of RGB (Red+Green+Blue) = 42+51+92=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A335C is #D5CCA3. Grayscale: #343434. Windows color (decimal): -14011556 or 6042410. OLE color: 6042410.

HSL color Cylindrical-coordinate representation of color #2A335C: hue angle of 229.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A335C is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB425192-
CMYK0.540.4500.64
HSL229.2º37.31%26.27%-
HSV(B)229.2º54.35%36.08%-
XYZ4.073.6310.61-
YUV52.98150.02120.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=22.70%
G=27.57%
B=49.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4251920.540.4500.64229.237.3126.27
Hex2A335C362D040e5251a
Octal5263134665501003454532
Binary1010101100111011100110110101101010000001110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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