#2A3459

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

Shades of Lucky Point #2A3459

Tints of Lucky Point #2A3459

Color information

#2A3459 (or 0x2A3459) is unknown color: approx Lucky Point. HEX triplet: 2A, 34 and 59. RGB value is (42,52,89). Sum of RGB (Red+Green+Blue) = 42+52+89=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A3459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3459 is #D5CBA6. Grayscale: #353535. Windows color (decimal): -14011303 or 5846058. OLE color: 5846058.

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

Color convert

RGB425289-
CMYK0.530.4200.65
HSL227.23º35.88%25.69%-
HSV(B)227.23º52.81%34.9%-
XYZ3.993.679.95-
YUV53.23148.19119.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=22.95%
G=28.42%
B=48.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4252890.530.4200.65227.2335.8825.69
Hex2A3459352A041e3241a
Octal5264131655201013434432
Binary1010101101001011001110101101010010000011110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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