#2A2D50

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

Shades of Lucky Point #2A2D50

Tints of Lucky Point #2A2D50

Color information

#2A2D50 (or 0x2A2D50) is unknown color: approx Lucky Point. HEX triplet: 2A, 2D and 50. RGB value is (42,45,80). Sum of RGB (Red+Green+Blue) = 42+45+80=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A2D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2D50 is #D5D2AF. Grayscale: #2F2F2F. Windows color (decimal): -14013104 or 5254442. OLE color: 5254442.

HSL color Cylindrical-coordinate representation of color #2A2D50: hue angle of 235.26º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A2D50 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB424580-
CMYK0.480.4400.69
HSL235.26º31.15%23.92%-
HSV(B)235.26º47.5%31.37%-
XYZ3.342.957.98-
YUV48.09146.01123.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=25.15%
G=26.95%
B=47.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4245800.480.4400.69235.2631.1523.92
Hex2A2D50302C045eb1f18
Octal5255120605401053533730
Binary101010101101101000011000010110001000101111010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,45,80); }

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

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

 a { background-color: rgb(42,45,80); }

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

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

 span { border-color: rgb(42,45,80); }

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