#2A2C59

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

Shades of Lucky Point #2A2C59

Tints of Lucky Point #2A2C59

Color information

#2A2C59 (or 0x2A2C59) is unknown color: approx Lucky Point. HEX triplet: 2A, 2C and 59. RGB value is (42,44,89). Sum of RGB (Red+Green+Blue) = 42+44+89=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A2C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2C59 is #D5D3A6. Grayscale: #303030. Windows color (decimal): -14013351 or 5844010. OLE color: 5844010.

HSL color Cylindrical-coordinate representation of color #2A2C59: hue angle of 237.45º 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 #2A2C59 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB424489-
CMYK0.530.5100.65
HSL237.45º35.88%25.69%-
HSV(B)237.45º52.81%34.9%-
XYZ3.663.019.84-
YUV48.53150.84123.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=24%
G=25.14%
B=50.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4244890.530.5100.65237.4535.8825.69
Hex2A2C593533041ed241a
Octal5254131656301013554432
Binary1010101011001011001110101110011010000011110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,44,89); }

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

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

 a { background-color: rgb(42,44,89); }

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

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

 span { border-color: rgb(42,44,89); }

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