#2B3050

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

Shades of Lucky Point #2B3050

Tints of Lucky Point #2B3050

Color information

#2B3050 (or 0x2B3050) is unknown color: approx Lucky Point. HEX triplet: 2B, 30 and 50. RGB value is (43,48,80). Sum of RGB (Red+Green+Blue) = 43+48+80=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B3050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3050 is #D4CFAF. Grayscale: #323232. Windows color (decimal): -13946800 or 5255211. OLE color: 5255211.

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

Color convert

RGB434880-
CMYK0.460.4000.69
HSL231.89º30.08%24.12%-
HSV(B)231.89º46.25%31.37%-
XYZ3.53.218.02-
YUV50.15144.84122.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=25.15%
G=28.07%
B=46.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4348800.460.4000.69231.8930.0824.12
Hex2B30502E28045e81e18
Octal5360120565001053503630
Binary101011110000101000010111010100001000101111010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,48,80); }

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

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

 a { background-color: rgb(43,48,80); }

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

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

 span { border-color: rgb(43,48,80); }

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