#2A2F59

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

Shades of Lucky Point #2A2F59

Tints of Lucky Point #2A2F59

Color information

#2A2F59 (or 0x2A2F59) is unknown color: approx Lucky Point. HEX triplet: 2A, 2F and 59. RGB value is (42,47,89). Sum of RGB (Red+Green+Blue) = 42+47+89=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A2F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2F59 is #D5D0A6. Grayscale: #323232. Windows color (decimal): -14012583 or 5844778. OLE color: 5844778.

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

Color convert

RGB424789-
CMYK0.530.4700.65
HSL233.62º35.88%25.69%-
HSV(B)233.62º52.81%34.9%-
XYZ3.773.259.88-
YUV50.29149.84122.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.60%
GREEN value IS 47 (18.75% from 255) = 26.40%
BLUE value IS 89 (35.16% from 255) = 50%
R=23.60%
G=26.40%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4247890.530.4700.65233.6235.8825.69
Hex2A2F59352F041ea241a
Octal5257131655701013524432
Binary1010101011111011001110101101111010000011110101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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