#2A3157

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

Shades of Lucky Point #2A3157

Tints of Lucky Point #2A3157

Color information

#2A3157 (or 0x2A3157) is unknown color: approx Lucky Point. HEX triplet: 2A, 31 and 57. RGB value is (42,49,87). Sum of RGB (Red+Green+Blue) = 42+49+87=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A3157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3157 is #D5CEA8. Grayscale: #333333. Windows color (decimal): -14012073 or 5714218. OLE color: 5714218.

HSL color Cylindrical-coordinate representation of color #2A3157: hue angle of 230.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A3157 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB424987-
CMYK0.520.4400.66
HSL230.67º34.88%25.29%-
HSV(B)230.67º51.72%34.12%-
XYZ3.773.389.47-
YUV51.24148.18121.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.60%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=23.60%
G=27.53%
B=48.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4249870.520.4400.66230.6734.8825.29
Hex2A3157342C042e72319
Octal5261127645401023474331
Binary1010101100011010111110100101100010000101110011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,87); }

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

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

 a { background-color: rgb(42,49,87); }

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

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

 span { border-color: rgb(42,49,87); }

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